Skip to content

Commit 7e91009

Browse files
Fotis KoutoulakisNlightNFotis
Fotis Koutoulakis
authored andcommitted
First draft of a compile and run tests against vs2019 in gh actions.
1 parent a6feed2 commit 7e91009

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
make -C regression/cbmc test-paths-lifo
4040
env PATH=$PATH:`pwd`/src/solvers make -C regression/cbmc test-cprover-smt2
4141
make -C jbmc/regression test
42+
4243
check-ubuntu-20_04-cmake-gcc:
4344
runs-on: ubuntu-20.04
4445
steps:
@@ -111,7 +112,8 @@ jobs:
111112
run: cd build; ninja
112113
- name: Run CTest
113114
run: cd build; ctest -V -L CORE .
114-
check-vs-2019-build-only:
115+
116+
check-vs-2019-build-and-test:
115117
runs-on: windows-2019
116118
env:
117119
SCRIPT_DIR: .github/workflows/vs2019
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)