Skip to content

Commit

Permalink
* Adding DYLD_LIBRARY_PATH to Mac builds in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jredmondson committed Jun 13, 2018
1 parent 55381ba commit 7e65443
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,13 @@ before_script:
- export
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then export OS=linux; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export OS=mac; export CLANG_SUFFIX=; export JAVA_HOME=$(/usr/libexec/java_home) ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$MADARA_ROOT/lib:$GAMS_ROOT/lib:$VREP_ROOT ; fi

script:
- echo $GAMS_ROOT/scripts/$OS/base_build.sh prereqs $CLANG madara tests $SSL $JAVA $ZMQ $SIMTIME
- $GAMS_ROOT/scripts/$OS/base_build.sh prereqs $CLANG madara tests $SSL $JAVA $ZMQ $SIMTIME
# now run a couple of tests
- $MADARA_ROOT/bin/test_basic_reasoning
- $MADARA_ROOT/bin/test_karl_exceptions


0 comments on commit 7e65443

Please sign in to comment.