set ld library path for archive build so wxpar can find things

This commit is contained in:
Joseph Lenox 2017-04-04 23:52:33 -05:00
parent a07dec0316
commit 66c7eb72b5

View File

@ -18,7 +18,7 @@ script:
- perl ./Build.PL - perl ./Build.PL
after_success: after_success:
- eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib) - eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)
- package/linux/make_archive.sh linux-x64 - LD_LIBRARY_PATH=$WXDIR/lib package/linux/make_archive.sh linux-x64
- package/deploy/sftp.sh linux ~/slic3r-upload.rsa *.bz2 - package/deploy/sftp.sh linux ~/slic3r-upload.rsa *.bz2
branches: branches:
only: only: