Skip to content
Snippets Groups Projects
Commit 80d847c9 authored by JRL/IDH Continuous Integration Tool's avatar JRL/IDH Continuous Integration Tool
Browse files

[Travis] Switch to another jrl-travis repo.

parent 0c77ba54
No related branches found
No related tags found
No related merge requests found
[submodule "cmake"]
path = cmake
url = git://github.com/jrl-umi3218/jrl-cmakemodules.git
[submodule ".travis_os"]
path = .travis_os
url = https://github.com/olivier-stasse/jrl-travis.git
......@@ -27,7 +27,7 @@ allow_failures:
script:
- export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
- sudo free -m -t
- travis_wait ./.travis/run ../travis_custom/custom_build
after_success: ./.travis/run after_success
after_failure: ./.travis/run after_failure
- travis_wait ./.travis_os/run ../travis_custom/custom_build
after_success: ./.travis_os/run after_success
after_failure: ./.travis_os/run after_failure
before_install: ./travis_custom/custom_before_install
Subproject commit 96ee010fcb68859ed8af717c03e783e1ccf7ae00
......@@ -15,7 +15,7 @@ sudo free -m -t
export APT_DEPENDENCIES="doxygen libboost-dev libboost-doc libboost-thread-dev libboost-system-dev libboost-test-dev libboost-filesystem-dev libboost-python-dev libboost-program-options-dev libeigen3-dev libtinyxml-dev robotpkg-urdfdom "
curl http://robotpkg.openrobots.org/packages/debian/robotpkg.key | sudo apt-key add -
# When this script is called the current directory is ./custom_travis
. ./.travis/run ../.travis/before_install
. ./.travis_os/run ../.travis_os/before_install
# End debug mode
set +v
......
......@@ -10,7 +10,7 @@ export CMAKE_ADDITIONAL_OPTIONS=" ${CMAKE_ADDITIONAL_OPTIONS} -DBUILD_BENCHMARK=
export PKG_CONFIG_PATH="${PKG_CONFIG_PATH}:/opt/openrobots/lib/pkgconfig"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/opt/openrobots/lib"
# Setup environment variables.
. ./.travis/run ../.travis/build
. ./.travis_os/run ../.travis_os/build
# End debug mode
set +v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment