Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
AWehrhahn committed May 25, 2020
1 parent 1ec39f7 commit 29cf126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- DOCKER_IMAGE=quay.io/pypa/manylinux2010_x86_64
- PLAT=manylinux2010_x86_64
- TARGET=manylinux2010
- OUTPUT_DIRS=build
- OUTPUT_DIRS="lib share"
install:
- docker pull $DOCKER_IMAGE
- docker run --rm -e PLAT=$PLAT -v `pwd`:/io -w "/io" $DOCKER_IMAGE $PRE_CMD /io/travis/build.sh
Expand Down
5 changes: 2 additions & 3 deletions travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,5 @@ for PYBIN in /opt/python/cp3*/bin; do
"${PYBIN}/pytest"
done

cp -R ./lib /io
cp -R ./share /io
ls /io
ls /io/lib
ls /io/share/smelib

0 comments on commit 29cf126

Please sign in to comment.