Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alaurenzi authored Jul 25, 2024
1 parent 0e21889 commit 3c5b7b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ before_script:
- wget -q -O - http://xbot.cloud/xbot2/ubuntu/KEY.gpg | sudo apt-key add -
- sudo apt update
- sudo apt install xbot2_desktop_full
- sudo apt remove xbotinterface

# source xbot2 framework
- . /opt/xbot/setup.sh
Expand All @@ -94,7 +95,6 @@ before_script:
script:
- source setup.bash # source forest ws
- FOREST_ARGS="-m test --clone-protocol https --verbose -j2"
- forest grow fcl $FOREST_ARGS # note, first build fcl so we are sure to use our own
- forest grow OpenSoT $FOREST_ARGS # compile opensot + dependencies
- cd build/OpenSoT # run tests
- ctest --output-on-failure
Expand Down

0 comments on commit 3c5b7b8

Please sign in to comment.