Skip to content

Commit

Permalink
Update build-macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JanneMyllylaSilabs authored Nov 21, 2024
1 parent 026c409 commit 0c3d06d
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,3 @@ jobs:
env:
LDFLAGS: "-L/opt/homebrew/opt/llvm@14/lib"
CPPFLAGS: "-I/opt/homebrew/opt/llvm@14/include"

steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: |
brew tap nasa-sw-vnv/core
brew install cmake gmp boost tbb llvm@14 apron sqlite
- name: Adjust path
run:
echo "/opt/homebrew/opt/llvm@14/bin" >> $GITHUB_PATH
- name: Test LLVM
run: |
which llvm-config
- name: Compile IKOS
run: |
mkdir build
cd build
cmake \
-DCMAKE_INSTALL_PREFIX="$HOME/ikos" \
-DCMAKE_BUILD_TYPE="Debug" \
-DLLVM_CONFIG_EXECUTABLE="$(which llvm-config)" \
-DPYTHON_EXECUTABLE:FILEPATH="$(which python3)" \
..
make
make install
- name: Add IKOS to the path
run: |
echo "$HOME/ikos/bin" >> $GITHUB_PATH
- name: Confirm that it runs
run: |
ikos --version

0 comments on commit 0c3d06d

Please sign in to comment.