forked from crossuo/shards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
39 lines (39 loc) · 904 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
language: cpp
matrix:
include:
- os: linux
compiler: clang
name: clang-ninja
sudo: required
env: TASK=clang
dist: xenial
cache: ccache
addons:
apt:
sources:
- sourceline: 'ppa:ubuntu-toolchain-r/test'
packages:
- ninja-build
- libglu1-mesa-dev
- libegl1-mesa-dev
- libgles2-mesa-dev
- xorg-dev
- libsdl2-dev
- libglew-dev
- libsndio-dev
- libxkbcommon-dev
script: ./travis.sh
before_deploy:
- git tag latest -f
deploy:
provider: releases
api_key:
secure: "$GH_TOKEN"
overwrite: true
file: "shards.cfg"
skip_cleanup: true
edge: true
on:
tags: false
all_branches: true
repo: crossuo/shards