-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
395 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
.vagrant | ||
doc | ||
node_modules | ||
*.out | ||
*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,27 @@ | ||
language: node_js | ||
node_js: | ||
- "0.10" | ||
addons: | ||
firefox: "31.0" # 3.4->31.0 | ||
os: | ||
- linux | ||
before_install: | ||
# node-canvas dependency | ||
- sudo apt-get install libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++ | ||
# ROS deps for examples | ||
- sudo sh -c 'echo "deb http://packages.ros.org/ros-shadow-fixed/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list' | ||
- wget http://packages.ros.org/ros.key -O - | sudo apt-key add - | ||
- sudo apt-get update -qq | ||
- sudo apt-get install ros-hydro-ros-base | ||
- sudo apt-get install ros-hydro-rosbridge-server ros-hydro-tf2-web-republisher ros-hydro-common-tutorials ros-hydro-rospy-tutorials ros-hydro-actionlib-tutorials | ||
- npm install -g grunt-cli karma-cli | ||
|
||
# Set up Xfvb for Firefox headless testing | ||
- "export DISPLAY=:99.0" | ||
- "sh -e /etc/init.d/xvfb start" | ||
before_script: | ||
- npm install -g grunt-cli | ||
- source /opt/ros/hydro/setup.bash | ||
- sh test/examples/setup_examples.sh | ||
script: | ||
- npm test | ||
- npm run test-examples |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
0 info it worked if it ends with ok | ||
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'test-examples' ] | ||
2 info using npm@1.4.28 | ||
3 info using node@v0.10.32 | ||
4 verbose node symlink /usr/bin/node | ||
5 verbose run-script [ 'pretest-examples', 'test-examples', 'posttest-examples' ] | ||
6 info pretest-examples roslibjs@0.9.0 | ||
7 info test-examples roslibjs@0.9.0 | ||
8 verbose unsafe-perm in lifecycle true | ||
9 info roslibjs@0.9.0 Failed to exec test-examples script | ||
10 error roslibjs@0.9.0 test-examples: `grunt mochaTest:examples` | ||
10 error Exit status 3 | ||
11 error Failed at the roslibjs@0.9.0 test-examples script. | ||
11 error This is most likely a problem with the roslibjs package, | ||
11 error not with npm itself. | ||
11 error Tell the author that this fails on your system: | ||
11 error grunt mochaTest:examples | ||
11 error You can get their info via: | ||
11 error npm owner ls roslibjs | ||
11 error There is likely additional logging output above. | ||
12 error System Linux 3.13.0-34-generic | ||
13 error command "/usr/bin/node" "/usr/bin/npm" "run" "test-examples" | ||
14 error cwd /home/graeme/Dropbox/clearpath/roslibjs | ||
15 error node -v v0.10.32 | ||
16 error npm -v 1.4.28 | ||
17 error code ELIFECYCLE | ||
18 verbose exit [ 1, true ] |
Oops, something went wrong.