mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-22 04:28:05 +08:00
Upgrade Travis CI conf
This commit is contained in:
parent
d0db8914f7
commit
4b59490330
13
.travis.yml
13
.travis.yml
@ -9,7 +9,12 @@ branches:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
- stable
|
- stable
|
||||||
before_script:
|
sudo: false
|
||||||
- sudo add-apt-repository -y ppa:boost-latest/ppa
|
cache:
|
||||||
- sudo apt-get update -qq
|
- apt
|
||||||
- sudo apt-get install libboost-thread1.55-dev libboost-system1.55-dev
|
addons:
|
||||||
|
apt:
|
||||||
|
sources:
|
||||||
|
- boost-latest
|
||||||
|
packages:
|
||||||
|
- libboost-thread1.55-dev libboost-system1.55-dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user