Skip to content
GitLab
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
8a93c325
Verified
Commit
8a93c325
authored
Apr 03, 2020
by
Justin Carpentier
Browse files
test/packaging: reorganization
parent
7582e119
Changes
3
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
8a93c325
...
...
@@ -71,12 +71,12 @@ install: pip install coveralls numpy --user
script
:
-
export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
-
./.travis/run ../travis_custom/custom_build
-
cd $TRAVIS_BUILD_DIR/unittest/cmake
-
mkdir build
-
cd build
-
export CMAKE_PREFIX_PATH=/tmp/_ci/install
-
export PYTHON_DEFAULT_VERSION=$(which python2)
-
if [[ $TRAVIS_PYTHON_VERSION -gt 30 ]]; then export PYTHON_DEFAULT_VERSION=$(which python3); fi
-
export CMAKE_PREFIX_PATH=/tmp/_ci/install
-
cd $TRAVIS_BUILD_DIR/unittest/packaging/cmake
-
mkdir build
-
cd build
-
cmake .. -DPYTHON_EXECUTABLE=$PYTHON_DEFAULT_VERSION
-
make
-
./extra_lib
...
...
unittest/cmake/CMakeLists.txt
→
unittest/
packaging/
cmake/CMakeLists.txt
View file @
8a93c325
File moved
unittest/cmake/extra_lib.cpp
→
unittest/
packaging/
cmake/extra_lib.cpp
View file @
8a93c325
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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