Skip to content

Commit

Permalink
Use cmake to build CBMC in regression jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
adpaco-aws committed Jan 2, 2024
1 parent ee0ff7e commit 6431f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cbmc-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- name: Build CBMC
working-directory: ./cbmc
run: |
make -C src minisat2-download cadical-download
make -C src -j4 MINISAT2=../../minisat-2.2.1 CADICAL=../../cadical
cmake -S . -Bbuild -DWITH_JBMC=OFF
cmake --build build -- -j 4
# Prepend the bin directory to $PATH
echo "${GITHUB_WORKSPACE}/cbmc/build/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 6431f22

Please sign in to comment.