Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina committed Sep 15, 2020
1 parent 262cf0f commit 28fcb9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jenkins-scripts/docker/ign_sensors-compilation.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ if ! [[ ${IGN_SENSORS_MAJOR_VERSION} =~ ^-?[0-9]+$ ]]; then
exit -1
fi

export BUILD_IGN_RENDERING=true
export IGN_RENDERING_MAJOR_VERSION=2
export IGN_RENDERING_BRANCH=port_depth_ogre2_fix

if [[ ${IGN_SENSORS_MAJOR_VERSION} -ge 4 ]]; then
export BUILD_IGN_GUI=true
export IGN_GUI_MAJOR_VERSION=4
Expand Down

0 comments on commit 28fcb9d

Please sign in to comment.