Update CI
parent
9a6385a7cc
commit
e21393d929
23
.travis.yml
23
.travis.yml
|
@ -8,17 +8,18 @@ language: cpp
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- if: tag IS present
|
||||||
dist: xenial
|
- os: linux
|
||||||
sudo: required
|
dist: xenial
|
||||||
compiler: gcc
|
sudo: required
|
||||||
addons:
|
compiler: gcc
|
||||||
apt:
|
addons:
|
||||||
sources:
|
apt:
|
||||||
- ubuntu-toolchain-r-test
|
sources:
|
||||||
- os: osx
|
- ubuntu-toolchain-r-test
|
||||||
compiler: clang
|
- os: osx
|
||||||
osx_image: xcode9.3
|
compiler: clang
|
||||||
|
osx_image: xcode9.3
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- if [[ $TRAVIS_BRANCH != "ci" && $TRAVIS_TAG == "" ]]; then echo "Not branch ci and no tag, cancel build"; fi
|
- if [[ $TRAVIS_BRANCH != "ci" && $TRAVIS_TAG == "" ]]; then echo "Not branch ci and no tag, cancel build"; fi
|
||||||
|
|
|
@ -12,6 +12,8 @@ environment:
|
||||||
qtdir: C:\Qt\5.13.2\msvc2017
|
qtdir: C:\Qt\5.13.2\msvc2017
|
||||||
sysdirname: system32
|
sysdirname: system32
|
||||||
|
|
||||||
|
skip_non_tags: true
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
CGAL-5.1-Setup.exe -> appveyor.yml
|
CGAL-5.1-Setup.exe -> appveyor.yml
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue