Skip to content

Commit

Permalink
add crux-mir-comp build to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spernsteiner committed Nov 10, 2021
1 parent 8e5cb6d commit 36bc6cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ build() {
cabal v2-configure -j --enable-tests
git status --porcelain
if $IS_WIN; then
pkgs=(saw)
pkgs=(saw crux-mir-comp)
else
pkgs=(saw saw-remote-api)
pkgs=(saw crux-mir-comp saw-remote-api)
fi
tee -a cabal.project.local > /dev/null < cabal.project.ci
if ! retry cabal v2-build "$@" "${pkgs[@]}"; then
Expand Down

0 comments on commit 36bc6cb

Please sign in to comment.