Update CI

master
huxingyi 2020-10-15 22:41:52 +09:30
parent 9a6385a7cc
commit e21393d929
2 changed files with 14 additions and 11 deletions

View File

@ -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

View File

@ -11,6 +11,8 @@ environment:
target: i686-pc-windows-msvc target: i686-pc-windows-msvc
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