]> https://gitweb.dealii.org/ - dealii.git/commitdiff
do not build release on github actions OSX 9851/head
authorTimo Heister <timo.heister@gmail.com>
Tue, 7 Apr 2020 18:15:29 +0000 (14:15 -0400)
committerTimo Heister <timo.heister@gmail.com>
Tue, 7 Apr 2020 18:16:15 +0000 (14:16 -0400)
revert #9844

Github only does 5 parallel OSX builds per projectand now each of them
takes close to 2 hours. This is a bit too slow.

.github/workflows/main.yml

index 2832ca8e2e015eeb22044a0b9f427f7ee9eeee12..5f4e79cd9d4a18fbea998ddd9063324e5b12f69c 100644 (file)
@@ -20,7 +20,7 @@ jobs:
         cmake --version
     - name: configure
       run: |
-        cmake -D CMAKE_BUILD_TYPE=DebugRelease -D DEAL_II_CXX_FLAGS='-Werror' .
+        cmake -D CMAKE_BUILD_TYPE=Debug -D DEAL_II_CXX_FLAGS='-Werror' .
     - name: archive
       uses: actions/upload-artifact@v1
       with:
@@ -56,7 +56,7 @@ jobs:
         cmake --version
     - name: configure
       run: |
-        CC=mpicc CXX=mpic++ cmake -D CMAKE_BUILD_TYPE=DebugRelease -D DEAL_II_WITH_64BIT_INDICES=ON -D DEAL_II_CXX_FLAGS='-Werror' -D DEAL_II_WITH_MPI=on .
+        CC=mpicc CXX=mpic++ cmake -D CMAKE_BUILD_TYPE=Debug -D DEAL_II_WITH_64BIT_INDICES=ON -D DEAL_II_CXX_FLAGS='-Werror' -D DEAL_II_WITH_MPI=on .
     - name: archive
       uses: actions/upload-artifact@v1
       with:

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.