Skip to content

Commit

Permalink
quit using vcpkg on archlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
JPenuchot committed Sep 26, 2024
1 parent 7ddc634 commit e0ff70f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/actions/run-tests-archlinux/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
#!/bin/sh -le

export VCPKG_DISABLE_METRICS=1

git clone https://github.com/Microsoft/vcpkg.git
./vcpkg/bootstrap-vcpkg.sh
./vcpkg/vcpkg install sciplot fmt

cmake --preset release -G Ninja \
cmake --preset release \
-DCTBENCH_ENABLE_TESTS=ON \
-DCTBENCH_ENABLE_TRACY=OFF \
-DCTBENCH_ENABLE_DOCS=OFF \
-DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake
-DCTBENCH_ENABLE_DOCS=OFF

cmake --build --preset release --target test-all

cmake --build --preset release --target install

cd example
Expand Down

0 comments on commit e0ff70f

Please sign in to comment.