-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
42 lines (37 loc) · 983 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
language: minimal
env:
global:
- CONAN_USERNAME="khdkhd"
- CONAN_CHANNEL="testing"
- CONAN_ARCHS=x86_64
- CONAN_LOGIN_USERNAME="nealrame"
- CONAN_STABLE_BRANCH_PATTERN="release/*"
- CONAN_UPLOAD_ONLY_WHEN_STABLE=1 # Will only upload when the branch matches "release/*"
- CONAN_UPLOAD="https://api.bintray.com/conan/khdkhd/public-conan"
matrix:
include:
# - os: linux
# language: python
# python: "3.7"
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - g++-7
# dist: xenial
# env:
# - CONAN_GCC_VERSIONS=7
# - CC=gcc-7
# - CXX=g++-7
- os: osx
language: shell
osx_image: xcode11.5
env:
- CONAN_APPLE_CLANG_VERSIONS=11.0
install:
- chmod +x ./Scripts/CI/Travis/install.sh
- ./Scripts/CI/Travis/install.sh
script:
- chmod +x ./Scripts/CI/Travis/run.sh
- ./Scripts/CI/Travis/run.sh