Skip to content

Commit

Permalink
Merge c4bbb3c into 5d123c0
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikharJ committed Nov 3, 2016
2 parents 5d123c0 + c4bbb3c commit 7886113
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,11 @@ env:
- BUILD_TYPE="Debug" WITH_BFD="yes" TRIGGER_FEEDSTOCK="yes"
# Debug build (with BFD and SYMENGINE_THREAD_SAFE)
- BUILD_TYPE="Debug" WITH_BFD="yes" WITH_SYMENGINE_THREAD_SAFE="yes"
# Debug build (with BFD) with ECM
- BUILD_TYPE="Debug" WITH_BFD="yes" WITH_ECM="yes"
# Debug build (with BFD) with PRIMESIEVE
- BUILD_TYPE="Debug" WITH_BFD="yes" WITH_PRIMESIEVE="yes"
# Debug build (with BFD) with ECM, MPC and PRIMESIEVE
- BUILD_TYPE="Debug" WITH_BFD="yes" WITH_ECM="yes" WITH_MPC="yes" WITH_PRIMESIEVE="yes"
# Debug build (with BFD) with Arb
- BUILD_TYPE="Debug" WITH_BFD="yes" WITH_ARB="yes" INTEGER_CLASS="flint"
# Debug build (with BFD) with MPC
- BUILD_TYPE="Debug" WITH_BFD="yes" WITH_MPC="yes"
# Debug build (with BFD) with MPC
# Debug build (with BFD) with MPFR
- BUILD_TYPE="Debug" WITH_BFD="yes" WITH_MPFR="yes" INTEGER_CLASS="gmpxx"
# Debug build shared lib (with BFD)
- BUILD_TYPE="Debug" WITH_BFD="yes" BUILD_SHARED_LIBS="yes"
Expand Down

0 comments on commit 7886113

Please sign in to comment.