We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6feed2 commit 7e91009Copy full SHA for 7e91009
.github/workflows/pull-request-checks.yaml
@@ -39,6 +39,7 @@ jobs:
39
make -C regression/cbmc test-paths-lifo
40
env PATH=$PATH:`pwd`/src/solvers make -C regression/cbmc test-cprover-smt2
41
make -C jbmc/regression test
42
+
43
check-ubuntu-20_04-cmake-gcc:
44
runs-on: ubuntu-20.04
45
steps:
@@ -111,7 +112,8 @@ jobs:
111
112
run: cd build; ninja
113
- name: Run CTest
114
run: cd build; ctest -V -L CORE .
- check-vs-2019-build-only:
115
116
+ check-vs-2019-build-and-test:
117
runs-on: windows-2019
118
env:
119
SCRIPT_DIR: .github/workflows/vs2019
.github/workflows/vs2019/run-tests.bat
@@ -0,0 +1,8 @@
1
+@REM Run tests on visual studio 2019 generated build
2
3
+@echo PATH:
4
+@echo
5
+@echo %PATH%
6
7
+@echo Run tests with ctest
8
+ctest -V -L CORE .
0 commit comments