mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-02 22:20:41 +08:00
Further tweaks of travis.yml
This commit is contained in:
parent
84027f59cc
commit
cc60395bf8
@ -39,13 +39,18 @@ notifications:
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- lanugage: perl
|
- os: linux
|
||||||
os: linux
|
|
||||||
env:
|
env:
|
||||||
- BUILD_PL=true
|
- BUILD_PL=true
|
||||||
- SLIC3R_STATIC=1
|
- SLIC3R_STATIC=1
|
||||||
- CC=gcc-7
|
- CC=gcc-7
|
||||||
- CXX=g++-7
|
- CXX=g++-7
|
||||||
|
install:
|
||||||
|
- export BOOST_DIR=$HOME/boost_1_63_0
|
||||||
|
- export SLIC3R_STATIC=1
|
||||||
|
- export CXX=g++-7
|
||||||
|
- export CC=g++-7
|
||||||
|
- source $HOME/perl5/perlbrew/etc/bashrc
|
||||||
after_success:
|
after_success:
|
||||||
- eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)
|
- eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)
|
||||||
- LD_LIBRARY_PATH=$WXDIR/lib package/linux/make_archive.sh linux-x64
|
- LD_LIBRARY_PATH=$WXDIR/lib package/linux/make_archive.sh linux-x64
|
||||||
|
Loading…
x
Reference in New Issue
Block a user