mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 06:05:53 +08:00
set ld library path for archive build so wxpar can find things
This commit is contained in:
parent
a07dec0316
commit
66c7eb72b5
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user