forked from hluk/CopyQ
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
45 lines (36 loc) · 827 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
43
44
45
os:
- linux
- osx
language: cpp
compiler:
- gcc
- clang
matrix:
exclude:
- os: osx
compiler: gcc
cache:
apt: true
ccache: true
directories:
- $HOME/.wheelhouse
before_install:
- utils/travis-before-install-${TRAVIS_OS_NAME}.sh
install:
- utils/travis-install-deps-${TRAVIS_OS_NAME}.sh
script:
- utils/build-${TRAVIS_OS_NAME}.sh
after_success:
- utils/after_build-${TRAVIS_OS_NAME}.sh
deploy:
provider: releases
api_key:
secure: Vax27ifQsc8SlTsLYVbxVJANDAxDroegN6nOPXCN1MLaoh4W2DQ/iGGx+waIOSYig8Sh+AUz2JhCFuMLMVqwFoWY2rxNPBrxhTBjm3aDhylbB+mRECnbInNb0kS3qv4lNDN6lHD4B6K01FWUUiHX14s2JQx4ut+KuwMxxhxyO4Y=
file: 'build/*.dmg'
file_glob: true
skip_cleanup: true
on:
condition: "$TRAVIS_OS_NAME = osx"
tags: true
all_branches: true
repo: hluk/CopyQ