Skip to content

Commit

Permalink
Adding manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
scrgiorgio committed Nov 20, 2018
1 parent 4c55d28 commit 5e1fd39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ matrix:

script:
- |
chmod +x "${TRAVIS_BUILD_DIR}/CMake/build_${OS_NAME}.sh"
if [[ ${DOCKER_IMAGE} != "" ]]; then
docker run --name mydocker -v ${TRAVIS_BUILD_DIR}:/home/OpenVisus -td ${DOCKER_IMAGE} /bin/bash
docker exec -ti mydocker /bin/bash -c "cd /home/OpenVisus && ./CMake/build_${OS_NAME}.sh"
Expand Down

0 comments on commit 5e1fd39

Please sign in to comment.