Skip to content

Commit

Permalink
test builds 2
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeySeroshtan committed Dec 2, 2024
1 parent 39b9902 commit be548ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
sudo apt install valgrind cloc python3-pip python3-venv
- name: Configure project
run: >
python3 -m venv .venv
. .venv/bin/activate
cmake -S. -Bbuild
-DENABLE_HEAVY_TESTS=OFF
-DVIRGIL_C_MT_TESTING=OFF
Expand Down

0 comments on commit be548ed

Please sign in to comment.