mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-16 21:05:57 +08:00
don't source, just switch.
This commit is contained in:
parent
9b6bd5dd36
commit
f02df04392
@ -1,7 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
source $HOME/perl5/perlbrew/etc/bashrc
|
|
||||||
perlbrew switch slic3r-perl
|
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