Skip to content

Commit

Permalink
Build debug and release with Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Apr 6, 2020
1 parent a2518c4 commit 60f2d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cmake --version
- name: configure
run: |
cmake -D CMAKE_BUILD_TYPE=Debug -D DEAL_II_CXX_FLAGS='-Werror' .
cmake -D CMAKE_BUILD_TYPE=DebugRelease -D DEAL_II_CXX_FLAGS='-Werror' .
- name: archive
uses: actions/upload-artifact@v1
with:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
cmake --version
- name: configure
run: |
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 .
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 .
- name: archive
uses: actions/upload-artifact@v1
with:
Expand Down

0 comments on commit 60f2d79

Please sign in to comment.