Skip to content

Commit

Permalink
Trying again for Windows test build with github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
brofield committed Dec 1, 2024
1 parent b5522a5 commit 877c4a7
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,14 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Install requirements
- uses: microsoft/setup-msbuild@v2
- name: Build
run: |
cd vcproj
nuget restore SimpleIni.sln
- run: msbuild simpleini.sln /p:Configuration=Release

- name: Run Tests
nuget restore vcproj\SimpleIni.sln
msbuild vcproj\SimpleIni.sln /p:Configuration=Release
- name: Run tests
run: |
cd vcproj\x64\Release
.\tests.exe
.\vcproj\x64\Release\tests.exe
Ubuntu:
Expand Down

0 comments on commit 877c4a7

Please sign in to comment.