-
Notifications
You must be signed in to change notification settings - Fork 92
/
Copy path.travis.yml
40 lines (34 loc) · 889 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
language: cpp
sudo: false
osx_image: xcode11.6
git:
submodules: true
script:
- ./compile-cmake.sh
compiler:
# - clang
- gcc
os:
- linux
- osx
# before_deploy:
# # Set up git user name and tag this commit
# - git config --local user.name Soulghost
# - git config --local user.email [email protected]
# - export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
# - git tag $TRAVIS_TAG
deploy:
provider: releases
prerelease: true
api_key: $deploy_token
file:
- cmake-build/iblessing-darwin
- cmake-build/iblessing-darwin-all
- cmake-build/iblessing-linux
- cmake-build/iblessing-linux-all
- cmake-build/iblessing-framework-darwin.tar.gz
- cmake-build/iblessing-framework-linux.tar.gz
- iblessing/plugins/simprocedure/iblessing-simple-simprocedure.json
skip_cleanup: true
on:
tags: true