We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5bc99 commit a6ca1abCopy full SHA for a6ca1ab
.github/workflows/pull-request-checks.yaml
@@ -21,3 +21,21 @@ jobs:
21
run: cd build; ninja
22
- name: Run CTest
23
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