Skip to content

Commit

Permalink
Move compiled slic3r bin instead of copying
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofhyphens committed Aug 19, 2018
1 parent 4f3e89a commit d836815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ matrix:
- source $HOME/perl5/perlbrew/etc/bashrc
after_success:
- eval $(perl -Mlocal::lib=$TRAVIS_BUILD_DIR/local-lib)
- cd package/linux && make -f build_shell.mk && cp 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
- LD_LIBRARY_PATH=$WXDIR/lib package/linux/make_archive.sh linux-x64
- package/linux/appimage.sh x86_64
- package/deploy/sftp.sh linux ~/slic3r-upload.rsa *.bz2 Slic3r*.AppImage
Expand Down

0 comments on commit d836815

Please sign in to comment.