ensure perlbrew perl is used for travis deploy (no idea why it isn't).

This commit is contained in:
Joseph Lenox 2018-11-27 22:27:21 -06:00
parent 5e854742c6
commit 76d3813cdb

View File

@ -1,6 +1,8 @@
#!/bin/bash
set -euo pipefail
source $HOME/perl5/perlbrew/etc/bashrc
perlbrew switch slic3r-perl
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