Skip to content

Commit

Permalink
Testing Travis CI with different build settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancan committed Jan 18, 2017
1 parent f9d5e4f commit f4f7f09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/extras/travis_script.sh
Expand Up @@ -9,7 +9,7 @@
# LDFLAGS="-llapack"

# Maximum make parallelism. Simply -j runs out of memory on Travis VM.
MAXPAR=3
MAXPAR=4

# Directories with code that can be tested with Travis (space-separated)
TESTABLE_DIRS="src/"
Expand Down Expand Up @@ -46,6 +46,7 @@ then
fi

# Prepare environment variables
CXX=clang++-3.4
CF="\"$CFLAGS -g $(addsw -I $INCDIRS)\""
LDF="\"$LDFLAGS $(addsw -L $LIBDIRS)\""
CCC="$(mtoken CXX "$CXX")"
Expand Down

0 comments on commit f4f7f09

Please sign in to comment.