Skip to content

Commit 5efe747

Browse files
committed
unit.internals now compiles
1 parent 7c83a7e commit 5efe747

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ build_script:
1111
- cmake -G "Visual Studio 17 2022" -A x64 ..
1212
- cmake --build . --target unit.arch.exe --verbose --config Release
1313
- cmake --build . --target unit.meta.exe --verbose --config Release
14+
- cmake --build . --target unit.internals.exe --verbose --config Release
1415

1516
test_script:
1617
- ctest -C Release -VV -R ^unit.arch.*.exe
1718
- ctest -C Release -VV -R ^unit.meta.*.exe
19+
- ctest -C Release -VV -R ^unit.internals.*.exe

0 commit comments

Comments
 (0)