Skip to content

Merge branch '393-update-version-and-changelog-for-1.3.1' into 'hotfi… #96

Merge branch '393-update-version-and-changelog-for-1.3.1' into 'hotfi…

Merge branch '393-update-version-and-changelog-for-1.3.1' into 'hotfi… #96

name: Windows CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
windows-2022-x64-test:
runs-on: windows-2022
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: Display Test Start
run: |
echo "============================================================="
echo "Run #${env:GITHUB_RUN_NUMBER}"
echo "Run ID: ${env:GITHUB_RUN_ID}"
echo "Testing: ${env:GITHUB_REPOSITORY}"
echo "Triggered by: ${env:GITHUB_EVENT_NAME}"
echo "Initiated by: ${env:GITHUB_ACTOR}"
echo "============================================================="
- name: Powershell Script
run: .\building_on_windows\hdtn_windows_cicd_unit_test.ps1
shell: powershell
windows-2019-x64-test:
runs-on: windows-2019
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- name: Display Test Start
run: |
echo "============================================================="
echo "Run #${env:GITHUB_RUN_NUMBER}"
echo "Run ID: ${env:GITHUB_RUN_ID}"
echo "Testing: ${env:GITHUB_REPOSITORY}"
echo "Triggered by: ${env:GITHUB_EVENT_NAME}"
echo "Initiated by: ${env:GITHUB_ACTOR}"
echo "============================================================="
- name: Powershell Script
run: .\building_on_windows\hdtn_windows_cicd_unit_test.ps1
shell: powershell