Skip to content

Commit

Permalink
Test macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Jul 20, 2024
1 parent 343c564 commit 9eb4dbb
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,43 @@ jobs:
docker stop --time=0 "k-ci-${GITHUB_SHA}"
docker container rm --force "k-ci-${GITHUB_SHA}" || true
test-k-macos:
name: 'K: macOS Source Build & Test'
runs-on: macos-14
needs: code-quality
steps:
- name: 'Check out code'
uses: actions/checkout@v4
with:
submodules: recursive

- name: 'Install dependencies'
run: |
brew install \
bison \
boost \
cmake \
flex \
fmt \
gcc \
gmp \
openjdk \
jemalloc \
libyaml \
llvm \
make \
maven \
mpfr \
pkg-config \
python \
secp256k1 \
stack \
zlib \
z3
- name: 'Build and Test K'
run: mvn verify -Dspotless.check.skip=true --batch-mode -U


test-package-ubuntu-jammy:
name: 'K: Ubuntu Jammy Package'
Expand Down

0 comments on commit 9eb4dbb

Please sign in to comment.