Skip to content

Commit

Permalink
enable JASP_TEST_BUILD: ON
Browse files Browse the repository at this point in the history
  • Loading branch information
shun2wang authored Nov 9, 2023
1 parent a787643 commit 5f902d8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Configure JASP desktop
run: |
git submodule update --init
cmake -S . -B jasp-build
cmake -S . -B jasp-build -DJASP_TEST_BUILD=ON
env:
BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }}
Boost_INCLUDE_DIR: "${{steps.install-boost.outputs.BOOST_ROOT}}/include"
Expand All @@ -70,6 +70,3 @@ jobs:
- name: Build JASP desktop
run: |
cmake --build jasp-build --target all
env:
JASP_TEST_BUILD: ON
LINUX_LOCAL_BUILD: ON

0 comments on commit 5f902d8

Please sign in to comment.