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