Skip to content

Commit

Permalink
Teschd meer.
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e committed May 23, 2024
1 parent ddd9df3 commit 2bbdd1e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,12 @@ jobs:
- name: Install Boost
run: |
wget -qO- https://boostorg.jfrog.io/artifactory/main/release/1.${BOOST_MINOR_RELEASE}.${BOOST_PATCH_RELEASE}/source/boost_1_${BOOST_MINOR_RELEASE}_${BOOST_PATCH_RELEASE}.tar.bz2 | tar xjf -
ls
cd boost_1_${BOOST_MINOR_RELEASE}_${BOOST_PATCH_RELEASE}
./boostrap.sh
./b2 --prefix=../boost --with-serialization --with-filesystem install
- name: Configure
run: |
cmake -B build -G Ninja -DBOOST_ROOT=$PWD/boost_1_${BOOST_MINOR_RELEASE}_${BOOST_PATCH_RELEASE} .
cmake -B build -G Ninja -DCMAKE_PREFIX_PATH=$PWD/boost .
- name: Build
run: |
cmake --build build
Expand Down

0 comments on commit 2bbdd1e

Please sign in to comment.