Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mobile_robotics
ADC
external
libuvc_ros
Commits
4e9af41d
Commit
4e9af41d
authored
Feb 19, 2021
by
Kei Okada
Browse files
catkin_workspace -> ws
parent
b06d1ec6
Changes
1
Show whitespace changes
Inline
Side-by-side
.travis.yml
View file @
4e9af41d
...
@@ -30,14 +30,14 @@ install:
...
@@ -30,14 +30,14 @@ install:
# run devel job for a ROS repository with the same name as this repo
# run devel job for a ROS repository with the same name as this repo
-
export REPOSITORY_NAME=`basename $TRAVIS_BUILD_DIR`
-
export REPOSITORY_NAME=`basename $TRAVIS_BUILD_DIR`
# use the code already checked out by Travis
# use the code already checked out by Travis
-
mkdir -p $JOB_PATH/
catkin_workspace
/src
-
mkdir -p $JOB_PATH/
ws
/src
-
cp -R $TRAVIS_BUILD_DIR $JOB_PATH/
catkin_workspace
/src/
-
cp -R $TRAVIS_BUILD_DIR $JOB_PATH/
ws
/src/
# generate the script to run a pre-release job for that target and repo
# generate the script to run a pre-release job for that target and repo
-
generate_prerelease_script.py https://raw.githubusercontent.com/ros-infrastructure/ros_buildfarm_config/production/index.yaml $ROS_DISTRO_NAME default $OS_NAME $OS_CODE_NAME $ARCH --output-dir $JOB_PATH
-
generate_prerelease_script.py https://raw.githubusercontent.com/ros-infrastructure/ros_buildfarm_config/production/index.yaml $ROS_DISTRO_NAME default $OS_NAME $OS_CODE_NAME $ARCH --output-dir $JOB_PATH
# run the actual job which involves Docker
# run the actual job which involves Docker
-
cd $JOB_PATH; sh ./prerelease.sh -y
-
cd $JOB_PATH; sh ./prerelease.sh -y
script
:
script
:
# get summary of test results
# get summary of test results
-
/tmp/catkin/bin/catkin_test_results $JOB_PATH/
catkin_workspace
/test_results --all
-
/tmp/catkin/bin/catkin_test_results $JOB_PATH/
ws
/test_results --all
notifications
:
notifications
:
email
:
false
email
:
false
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment