forked from pioneerspacesim/pioneer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
59 lines (53 loc) · 1.14 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
47
48
49
50
51
52
53
54
55
56
57
58
59
dist: xenial
language: minimal
compiler: gcc
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- mesa-common-dev
- libfreeimage-dev
- libglew-dev
- libsigc++-2.0-dev
- libvorbis-dev
- libassimp-dev
- libsdl2-dev
- libsdl2-image-dev
homebrew:
packages:
- gcc
- freetype
- freeimage
- glew
- libsigc++@2
- libvorbis
- libpng
- assimp
- sdl2
- sdl2_image
- libogg
update: true
matrix:
include:
- name: Build GCC
- name: Build Clang
env: CC=clang CXX=clang++
- name: Build OSX
os: osx
script:
- ./bootstrap cmake && make -C build
before_deploy:
- env SDL_VIDEODRIVER=dummy ./build/modelcompiler -b inplace
- ./scripts/build-travis.sh
deploy:
provider: releases
api_key:
secure: "Ajn9CykEp1CHKvIFmqYhP617A6cvZbsgHLw4VeDXeYob1aatUCAQXrjF9gUhbo4jwi2vtGFQyuK5TPHHHjSvk9EksW6c++qADqviAGvid6EAcG6AKuV76Nhx/IkCW0nUHk4ET2Zms3S2MON+rxUzihi4uCzuOlHUfG+5XntvL5Y="
skip_cleanup: true
file_glob: true
file: release/zip/*
on:
repo: pioneerspacesim/pioneer
tags: true