From 5058946d0b3d7b70e66b628b130c0cb39f6184e9 Mon Sep 17 00:00:00 2001 From: Franziska Wegner <57569315+franziska-wegner@users.noreply.github.com> Date: Tue, 5 Dec 2023 06:50:43 -0800 Subject: [PATCH] Add download data in cmake-multi-platform.yml --- .github/workflows/cmake-multi-platform.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 4322b1da..59451765 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -30,7 +30,7 @@ jobs: # To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list. matrix: os: [ubuntu-latest, macos-latest, windows-latest] - build_type: [Release, Debug] + build_type: [Release] c_compiler: [gcc, clang, cl] include: - os: windows-latest @@ -127,11 +127,11 @@ jobs: -DEGOA_DOWNLOAD_CPPAD=OFF -DEGOA_DOWNLOAD_EIGEN=OFF -DEGOA_DOWNLOAD_GOOGLE_TEST_FRAMEWORK=OFF - -DEGOA_DOWNLOAD_IEEE=OFF - -DEGOA_DOWNLOAD_PYPSA_EUR=OFF - -DEGOA_DOWNLOAD_PYPSA_ITI_COLLABORATION=OFF - -DEGOA_DOWNLOAD_SCIGRID=OFF - -DEGOA_DOWNLOAD_WINDFARM=OFF + -DEGOA_DOWNLOAD_IEEE=ON + -DEGOA_DOWNLOAD_PYPSA_EUR=ON + -DEGOA_DOWNLOAD_PYPSA_ITI_COLLABORATION=ON + -DEGOA_DOWNLOAD_SCIGRID=ON + -DEGOA_DOWNLOAD_WINDFARM=ON -DEGOA_ENABLE_ASSERTION=ON -DEGOA_ENABLE_BONMIN=OFF -DEGOA_ENABLE_BOOST=OFF