Skip to content

Commit 7b650f4

Browse files
committed
Use cmake for build and test.
1 parent 87c72c0 commit 7b650f4

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/build.yml

+1-11
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,4 @@ jobs:
1515
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
1616
steps:
1717
- 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/
18+
- run: cmake . && cmake --build . && ctest -V

0 commit comments

Comments
 (0)