We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87c72c0 commit 7b650f4Copy full SHA for 7b650f4
.github/workflows/build.yml
@@ -15,14 +15,4 @@ jobs:
15
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
16
steps:
17
- uses: actions/checkout@v4
18
- - run: cmake . && make && make test
19
- msbuild:
20
- runs-on: 'windows-latest'
21
- steps:
22
- - uses: actions/checkout@v4
23
- - uses: microsoft/setup-msbuild@v2
24
- - run: msbuild inipp.sln
25
- - uses: microsoft-approved-actions/vstest@master
26
- with:
27
- testAssembly: unittest.dll
28
- searchFolder: ./x64/Debug/
+ - run: cmake . && cmake --build . && ctest -V
0 commit comments