Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
eigenpy
Commits
d52e5c72
Verified
Commit
d52e5c72
authored
Dec 05, 2019
by
Justin Carpentier
Browse files
travis: fix path
parent
2ab3292c
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
d52e5c72
...
...
@@ -55,13 +55,13 @@ install: pip install coveralls numpy
script
:
-
export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
-
./.travis/run ../travis_custom/custom_build
-
cd $
root_dir
/unittest/cmake
-
cd $
TRAVIS_BUILD_DIR
/unittest/cmake
-
mkdir build
-
cd build
-
cmake ..
-
make
-
./extra_lib
-
cd
$build_dir
-
cd
/tmp/_ci/build
-
make uninstall
after_failure
:
./.travis/run after_failure
after_success
:
./.travis/run after_success
Write
Preview
Markdown
is supported
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