Skip to content

Commit

Permalink
Build 1.14rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 24, 2019
1 parent b62facb commit 73ba93a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ services:

env:
global:
- VERSION=1.13
- VERSION=1.14rc1

matrix:
include:
- env: PYBASEVER=2.7 ARCH=x86_64
- env: PYBASEVER=3.6 ARCH=x86_64
- env: PYBASEVER=3.7 ARCH=x86_64
- env: PYBASEVER=3.8 ARCH=x86_64

install:
- docker pull openturns/archlinux-mingw
Expand Down
3 changes: 1 addition & 2 deletions run_docker_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ ${ARCH}-w64-mingw32-cmake \
.

make install
${ARCH}-w64-mingw32-strip --strip-unneeded ${PREFIX}/bin/*.dll
${ARCH}-w64-mingw32-strip --strip-unneeded ${PREFIX}/Lib/site-packages/openturns/*.pyd
${ARCH}-w64-mingw32-strip --strip-unneeded ${PREFIX}/bin/*.dll ${PREFIX}/Lib/site-packages/openturns/*.pyd
cp ${MINGW_PREFIX}/bin/*.dll ${PREFIX}/bin
rm ${PREFIX}/bin/libboost*.dll ${PREFIX}/bin/python*.dll

Expand Down

0 comments on commit 73ba93a

Please sign in to comment.