Skip to content

Commit

Permalink
add TESTING=OFF when building Khiops in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-at-orange committed Mar 18, 2024
1 parent 7f4b5c3 commit bc264c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pack-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
with:
preset-name: ${{env.PRESET_NAME}}
targets: MODL MODL_Coclustering KhiopsNativeInterface
override-flags: -DTESTING=ON
- name: Build package with CPack
run: cd build/${{env.PRESET_NAME}} && cpack -G ZIP
- name: Upload artifacts
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/run-standard-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
uses: ./.github/actions/build-khiops
with:
preset-name: ${{ env.PRESET_NAME }}
override-flags: -DTESTING=OFF
targets: all
- name: Cache binaries
id: cache-binaries-unix
Expand Down

0 comments on commit bc264c9

Please sign in to comment.