mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-16 17:56:11 +08:00
Ensure switched to perlbrew
This commit is contained in:
parent
b3a848ed00
commit
427a53c6a7
@ -53,8 +53,6 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
- TARGET=main
|
- TARGET=main
|
||||||
- WXDIR=$HOME/wx302
|
- WXDIR=$HOME/wx302
|
||||||
- PERL_BIN=$HOME/perl5/perlbrew/perls/slic3r-perl/bin/perl
|
|
||||||
- PP_BIN=$HOME/perl5/perlbrew/perls/slic3r-perl/bin/pp
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/boost_1_63_0
|
- $HOME/boost_1_63_0
|
||||||
@ -62,7 +60,7 @@ matrix:
|
|||||||
- $HOME/wx302
|
- $HOME/wx302
|
||||||
- local-lib
|
- local-lib
|
||||||
after_success:
|
after_success:
|
||||||
- if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then ./package/linux/travis-deploy-main.sh || travis_terminate 1; fi
|
- if [[ "${TRAVIS_BRANCH}" != "cppgui" ]]; then source ${HOME}/perl5/perlbrew/etc/bashrc; perlbrew switch slic3r-perl; ./package/linux/travis-deploy-main.sh || travis_terminate 1; fi
|
||||||
|
|
||||||
- os: linux
|
- os: linux
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user