mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 20:16:05 +08:00
Only make linux distributables on linux.
This commit is contained in:
parent
ac80e2da7f
commit
2348ff3579
12
.travis.yml
12
.travis.yml
@ -5,12 +5,6 @@ script:
|
|||||||
- bash package/linux/travis-setup.sh
|
- bash package/linux/travis-setup.sh
|
||||||
- cmake -DBOOST_ROOT=$BOOST_DIR src/
|
- cmake -DBOOST_ROOT=$BOOST_DIR src/
|
||||||
- make
|
- make
|
||||||
after_success:
|
|
||||||
- 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
|
|
||||||
- package/deploy/sftp-symlink.sh linux ~/slic3r-upload.rsa AppImage Slic3r*.AppImage
|
|
||||||
- package/deploy/sftp-symlink.sh linux ~/slic3r-upload.rsa tar.bz2 *.bz2
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
@ -52,6 +46,12 @@ matrix:
|
|||||||
- CXX=g++-7
|
- CXX=g++-7
|
||||||
- BOOST_DIR=$HOME/boost_1_63_0
|
- BOOST_DIR=$HOME/boost_1_63_0
|
||||||
- SLIC3R_STATIC=1
|
- SLIC3R_STATIC=1
|
||||||
|
after_success:
|
||||||
|
- 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
|
||||||
|
- package/deploy/sftp-symlink.sh linux ~/slic3r-upload.rsa AppImage Slic3r*.AppImage
|
||||||
|
- package/deploy/sftp-symlink.sh linux ~/slic3r-upload.rsa tar.bz2 *.bz2
|
||||||
- os: osx
|
- os: osx
|
||||||
env:
|
env:
|
||||||
- WXVERSION=pkg
|
- WXVERSION=pkg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user