Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkralphs authored Jan 2, 2021
1 parent a3079a3 commit 7ff8a24
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ before_install:
before_script:
- |-
############# Fetching Dependencies ##############
$BASH coinbrew/coinbrew fetch $PROJECT --no-prompt --skip-update
$BASH coinbrew/coinbrew fetch $PROJECT --no-prompt --skip-update --skip='ThirdParty/Metis ThirdParty/Mumps ThirdParty/Blas ThirdParty/Lapack'
before_cache:
- |-
Expand All @@ -109,5 +109,4 @@ script:
- |-
############### Building Project ####################
source coinbrew/.ci/setup_environment.sh
ADD_CXXFLAGS="${ADD_CXXFLAGS} -fvisibility=hidden"
$BASH coinbrew/coinbrew build $PROJECT "${COMMON_ARGS[@]}" "${ADD_ARGS[@]}" "${DBG_ARGS[@]}" ADD_CXXFLAGS="${ADD_CXXFLAGS}" CC=${CC} CXX=${CXX}
$BASH coinbrew/coinbrew build $PROJECT --skip='ThirdParty/Metis ThirdParty/Mumps ThirdParty/Blas ThirdParty/Lapack' "${COMMON_ARGS[@]}" "${ADD_ARGS[@]}" "${DBG_ARGS[@]}" ADD_CXXFLAGS="${ADD_CXXFLAGS}" CC=${CC} CXX=${CXX}

0 comments on commit 7ff8a24

Please sign in to comment.