We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03e77f7 + a6ca1ab commit e06f678Copy full SHA for e06f678
.github/workflows/pull-request-checks.yaml
@@ -106,3 +106,21 @@ jobs:
106
run: cd build; ninja
107
- name: Run CTest
108
run: cd build; ctest -V -L CORE .
109
+ check-vs-2019-build-only:
110
+ runs-on: windows-2019
111
+ env:
112
+ SCRIPT_DIR: .github/workflows/vs2019
113
+ defaults:
114
+ run:
115
+ shell: cmd
116
+ steps:
117
+ - name: Checkout the repository
118
+ uses: actions/checkout@v2
119
+ with:
120
+ submodules: recursive
121
+
122
+ - name: Install bison and flex
123
+ run: "%SCRIPT_DIR%\\install-bison.bat"
124
125
+ - name: Build cbmc
126
+ run: "%SCRIPT_DIR%\\build-cbmc.bat"
0 commit comments