Skip to content

Commit

Permalink
follow conf from DGtal
Browse files Browse the repository at this point in the history
  • Loading branch information
kerautret committed Aug 26, 2024
1 parent 4c5dd39 commit f8654c1
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
CONFIG_GLOBAL:
CONFIG_LINUX: -DWITH_MAGICK=true -DWITH_GMP=true -DWITH_FFTW3=true -DWARNING_AS_ERROR=ON -DWITH_HDF5=true -DWITH_QGLVIEWER=true -DWITH_CAIRO=true -DWITH_EIGEN=true -DDGTAL_ENABLE_FLOATING_POINT_EXCEPTIONS=true
CONFIG_MAC: -DWITH_EIGEN=true -DWITH_GMP=tue
CONFIG_WINDOWS: -DWITH_OPENMP=true -DENABLE_CONAN=true
CONFIG_WINDOWS: -DWITH_OPENMP=true

jobs:
build:
Expand Down Expand Up @@ -44,12 +44,14 @@ jobs:

- name: Create conan default profile
if: matrix.os == 'windows-latest'
run: conan profile detect --force

run: |
conan profile detect --force

- uses: actions/cache@v4
if: matrix.os == 'windows-latest'
with:
path: ~/.conan
path: ~/.conan2
key: ${{ runner.os }}-conan2-Release


Expand Down Expand Up @@ -88,9 +90,9 @@ jobs:
shell: bash
working-directory: ${{runner.workspace}}/build
run: |
conan install $GITHUB_WORKSPACE --build=missing
git clone --depth 1 https://github.com/DGtal-team/DGtal.git
cd DGtal
conan install . --build=missing
mkdir buildDGtal
cd buildDGtal
echo cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE $CONFIG_WINDOWS -DCMAKE_TOOLCHAIN_FILE="conan_toolchain.cmake" -DBUILD_EXAMPLES=false -DBUILD_TESTING=false
Expand Down

0 comments on commit f8654c1

Please sign in to comment.