mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-02 16:10:39 +08:00
ensure perlbrew perl is used for travis deploy (no idea why it isn't).
This commit is contained in:
parent
5e854742c6
commit
76d3813cdb
@ -1,6 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
|
source $HOME/perl5/perlbrew/etc/bashrc
|
||||||
|
perlbrew switch slic3r-perl
|
||||||
eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)
|
eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)
|
||||||
cd package/linux && make -f build_shell.mk && mv Slic3r* $TRAVIS_BUILD_DIR && cd $TRAVIS_BUILD_DIR
|
cd package/linux && make -f build_shell.mk && mv Slic3r* $TRAVIS_BUILD_DIR && cd $TRAVIS_BUILD_DIR
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user