File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
- TEST_SUITE : UNIT1
14
14
- TEST_SUITE : UNIT2
15
15
- TEST_SUITE : INTEGRATION
16
+ - TEST_SUITE : DOCUMENTATION
16
17
before_install : # Use this to prepare the system to install prerequisites or dependencies
17
18
# Define some config vars
18
19
- export ROS_DISTRO=indigo
@@ -46,5 +47,4 @@ script: # All commands must exit with code 0 on success. Anything else is consid
46
47
- if [[ "$TEST_SUITE" == "INTEGRATION" ]]; then echo "Initiating integration tests" && bash ~/rapp_platform/rapp-platform-scripts/deploy/deploy_rapp_ros.sh & screen -d -m ~/rapp_platform/rapp-platform-scripts/deploy/deploy_web_services.sh && sleep 30 && echo "Executing normal integration tests" && rosrun rapp_testing_tools rapp_run_test.py ; fi
47
48
after_success :
48
49
# Create documentation on conditions
49
- - cd ~/rapp_platform/rapp-platform-scripts/documentation
50
- - bash travis_ci_documentation.sh
50
+ - if [[ "$TEST_SUITE" == "DOCUMENTATION" ]]; then cd ~/rapp_platform/rapp-platform-scripts/documentation && bash travis_ci_documentation.sh; fi
You can’t perform that action at this time.
0 commit comments