Skip to content

Commit

Permalink
chore: hopeful ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jun 12, 2024
1 parent 9e3cb02 commit 5abefd1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,17 @@ jobs:
- name: Setup VSTest Path
uses: darenm/Setup-VSTest@v1.2

- name: Test
- name: Build
run: |
regsvr32 $Env:GITHUB_WORKSPACE/AtemSDK/v8.1.0/BMDSwitcherAPI.dll /s
regsvr32 $Env:GITHUB_WORKSPACE/AtemSDK/v8.1.0/BMDSwitcherAPI64.dll /s
dotnet restore
msbuild .\LibAtem.ComparisonTests.sln /property:Platform=v8.1 /property:Configuration=Release
cp Env:GITHUB_WORKSPACE/AtemSDK/v8.1.0/Interop.BMDSwitcherAPI.dll ibAtem.MockTests/bin/v8.1.1/Release/net8.0-windows/
- name: Test
run: |
vstest.console.exe LibAtem.MockTests/bin/v8.1/Release/net8.0-windows/LibAtem.MockTests.dll
test_v8_1_1_-_v9_5_0:
runs-on: windows-latest
Expand All @@ -55,13 +58,16 @@ jobs:
uses: microsoft/setup-msbuild@v2
- name: Setup VSTest Path
uses: darenm/Setup-VSTest@v1.2
- name: Test

- name: Build
run: |
# regsvr32 $Env:GITHUB_WORKSPACE/AtemSDK/v9.5.0/BMDSwitcherAPI.dll /s
regsvr32 $Env:GITHUB_WORKSPACE/AtemSDK/v9.5.0/BMDSwitcherAPI64.dll /s
dotnet restore
cp Env:GITHUB_WORKSPACE/AtemSDK/v9.5.0/Interop.BMDSwitcherAPI.dll ibAtem.MockTests/bin/v8.1.1/Release/net8.0-windows/
msbuild .\LibAtem.ComparisonTests.sln /property:Platform=v8.1.1 /property:Configuration=Release
- name: Test
run: |
vstest.console.exe LibAtem.MockTests/bin/v8.1.1/Release/net8.0-windows/LibAtem.MockTests.dll

0 comments on commit 5abefd1

Please sign in to comment.