Skip to content

Commit

Permalink
trsx
Browse files Browse the repository at this point in the history
  • Loading branch information
norihiro-w committed Feb 25, 2016
1 parent 7c88183 commit 9a49965
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions shippable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ script:
- CASE=FEM
- mkdir build_${CASE} && cd build_${CASE} && cmake -DOGS_CONFIG=${CASE} -DOGS_CPU_ARCHITECTURE=generic .. && make && cd ..
- CASE=SP
- mkdir build_${CASE} && cd build_${CASE} && cmake $CMAKE_ARGS .. && make && cd ..
- mkdir build_${CASE} && cd build_${CASE} && cmake -DOGS_CONFIG=${CASE} -DOGS_CPU_ARCHITECTURE=generic .. && make && cd ..
- CASE=PQC
- mkdir build_${CASE} && cd build_${CASE} && cmake $CMAKE_ARGS .. && make && cd ..
- mkdir build_${CASE} && cd build_${CASE} && cmake -DOGS_CONFIG=${CASE} -DOGS_CPU_ARCHITECTURE=generic .. && make && cd ..
- CASE=IPQC
- mkdir build_${CASE} && cd build_${CASE} && cmake $CMAKE_ARGS .. && make && cd ..
- CASE=GEMS
- mkdir build_${CASE} && cd build_${CASE} && cmake $CMAKE_ARGS .. && make && cd ..
- mkdir build_${CASE} && cd build_${CASE} && cmake -DOGS_CONFIG=${CASE} -DOGS_CPU_ARCHITECTURE=generic .. && make && cd ..
- CASE=GEMS
- mkdir build_${CASE} && cd build_${CASE} && cmake -DOGS_CONFIG=${CASE} -DOGS_CPU_ARCHITECTURE=generic .. && make && cd ..
# the followings are not supported yet
# - CASE=OGS_FEM_BRNS CMAKE_ARGS="-D${CASE}=ON"
# - CASE=OGS_FEM_CHEMAPP CMAKE_ARGS="-D${CASE}=ON"
Expand Down

0 comments on commit 9a49965

Please sign in to comment.