Skip to content

Commit a6ca1ab

Browse files
Fotis KoutoulakisNlightNFotis
Fotis Koutoulakis
authored andcommitted
Build CBMC in Visual Studio 2019, in Github Actions.
1 parent af5bc99 commit a6ca1ab

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,21 @@ jobs:
2121
run: cd build; ninja
2222
- name: Run CTest
2323
run: cd build; ctest -V -L CORE .
24+
check-vs-2019-build-only:
25+
runs-on: windows-2019
26+
env:
27+
SCRIPT_DIR: .github/workflows/vs2019
28+
defaults:
29+
run:
30+
shell: cmd
31+
steps:
32+
- name: Checkout the repository
33+
uses: actions/checkout@v2
34+
with:
35+
submodules: recursive
36+
37+
- name: Install bison and flex
38+
run: "%SCRIPT_DIR%\\install-bison.bat"
39+
40+
- name: Build cbmc
41+
run: "%SCRIPT_DIR%\\build-cbmc.bat"

0 commit comments

Comments
 (0)