mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 13:29:03 +08:00
First attempt at building on OSX with TravisCI
This commit is contained in:
parent
8c2ce53724
commit
a645b87542
@ -14,6 +14,7 @@ branches:
|
||||
only:
|
||||
- master
|
||||
- cppgui
|
||||
- osxbuild
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
@ -81,6 +82,14 @@ matrix:
|
||||
- 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
|
||||
osx_image: xcode9.4
|
||||
env:
|
||||
- BUILD_PL=true
|
||||
- SLIC3R_STATIC=1
|
||||
- BOOST_DIR=$HOME/boost_1_63_0
|
||||
install:
|
||||
- export SLIC3R_GIT_VERSION=$(git rev-parse HEAD)
|
||||
- os: osx
|
||||
osx_image: xcode9.4
|
||||
before_install:
|
||||
|
Loading…
x
Reference in New Issue
Block a user