Skip to content

Commit

Permalink
BehaviorTree#2 Reorder CI jobs
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Dec 13, 2018
1 parent dac6dcf commit 2e24b37
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,14 @@ conan-osx: &conan-osx

matrix:
include:
- <<: *conan-osx
osx_image: xcode8.3
env: CONAN_APPLE_CLANG_VERSIONS=8.1
- <<: *conan-osx
osx_image: xcode9
env: CONAN_APPLE_CLANG_VERSIONS=9.0
- <<: *conan-osx
osx_image: xcode9.4
env: CONAN_APPLE_CLANG_VERSIONS=9.1
- <<: *conan-osx
osx_image: xcode10.1
env: CONAN_APPLE_CLANG_VERSIONS=10.0
- bare_linux:
env: ROS_DISTRO="none"
- ros_indigo:
env: ROS_DISTRO="indigo"
- ros_kinetic:
env: ROS_DISTRO="kinetic"
- ros_melodic:
env: ROS_DISTRO="melodic"
- <<: *conan-linux
env: CONAN_GCC_VERSIONS=5 CONAN_DOCKER_IMAGE=conanio/gcc5
- <<: *conan-linux
Expand All @@ -65,14 +61,18 @@ matrix:
env: CONAN_CLANG_VERSIONS=5.0 CONAN_DOCKER_IMAGE=conanio/clang50
- <<: *conan-linux
env: CONAN_CLANG_VERSIONS=6.0 CONAN_DOCKER_IMAGE=conanio/clang60
- bare_linux:
env: ROS_DISTRO="none"
- ros_indigo:
env: ROS_DISTRO="indigo"
- ros_kinetic:
env: ROS_DISTRO="kinetic"
- ros_melodic:
env: ROS_DISTRO="melodic"
- <<: *conan-osx
osx_image: xcode8.3
env: CONAN_APPLE_CLANG_VERSIONS=8.1
- <<: *conan-osx
osx_image: xcode9
env: CONAN_APPLE_CLANG_VERSIONS=9.0
- <<: *conan-osx
osx_image: xcode9.4
env: CONAN_APPLE_CLANG_VERSIONS=9.1
- <<: *conan-osx
osx_image: xcode10.1
env: CONAN_APPLE_CLANG_VERSIONS=10.0
fast_finish: false

before_install:
Expand Down
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def build(self):
"""project(behaviortree_cpp)
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
conan_basic_setup()""")
# INFO (uilian): zmq could requires libsodium
tools.replace_in_file("CMakeLists.txt",
"BEHAVIOR_TREE_EXTERNAL_LIBRARIES zmq",
"BEHAVIOR_TREE_EXTERNAL_LIBRARIES ${CONAN_LIBS}")
Expand Down

0 comments on commit 2e24b37

Please sign in to comment.