mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-02 05:50:42 +08:00
Further tweaks of travis.yml
This commit is contained in:
parent
84027f59cc
commit
cc60395bf8
@ -39,13 +39,18 @@ notifications:
|
||||
dist: trusty
|
||||
matrix:
|
||||
include:
|
||||
- lanugage: perl
|
||||
os: linux
|
||||
- os: linux
|
||||
env:
|
||||
- BUILD_PL=true
|
||||
- SLIC3R_STATIC=1
|
||||
- CC=gcc-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:
|
||||
- eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)
|
||||
- LD_LIBRARY_PATH=$WXDIR/lib package/linux/make_archive.sh linux-x64
|
||||
|
Loading…
x
Reference in New Issue
Block a user