forked from thp/psmoveapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
46 lines (42 loc) · 1.06 KB
/
.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
46
matrix:
include:
- os: linux
dist: trusty
sudo: required
language: cpp
compiler: clang
env: BUILD_TYPE=linux-native-clang
- os: linux
dist: trusty
sudo: required
language: cpp
compiler: gcc
env: BUILD_TYPE=linux-cross-mingw64
- os: linux
dist: trusty
sudo: required
language: cpp
compiler: gcc
env: BUILD_TYPE=linux-cross-mingw32
- os: osx
osx_image: xcode8.1
language: cpp
compiler: clang
env: BUILD_TYPE=macos-native-clang
deploy:
provider: releases
api_key:
secure: JJqUUa2GqLYCswpro9s5zRFYC3G4G1Dy8XdyGqsnMkb5UCYuQZRjDWAEvdDFzsQ226bA8zHjl6qisqno9IrJq5xmRi5deqihEm9Z+iUIziTZwFk11dYl3UzA+7XnIufcbPYb3YvJymejtI53VGk2SaO8SCs9nvkQsGAxO1jkRpI=
file: upload/*
file_glob: true
on:
tags: true
skip_cleanup: true
before_install:
- bash -e -x scripts/install_dependencies.sh
install:
- git submodule update --init --recursive
- git fetch --tags
- git fetch --unshallow || true
script:
- bash -e -x scripts/build_package.sh