forked from CaioIcy/sdl2-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
30 lines (24 loc) · 837 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
language: cpp
compiler:
- gcc
env:
global:
# Encrypted personal access token
- secure: EAh+5LSC4DlIqvXTrYJUAq8isa0Jfp/Ko5xAsVWJrkmAFfsQsaO4XRXG0U964LKROv0GHISDJtBCEkxnhBu5nRJ3dGkNd/pmElhUAiPK6qXPBEfrJAUQldCvFZ/7p8u6Jrn5r3/bFY3yos4hkn/EsFNYRb9Bj/NlqxisyyYUyag=
# GitHub user name
- GH_USR=CaioIcy
# GitHub link
- GH_REF=github.com/CaioIcy/sdl2-engine.git
# Project name (no spaces)
- T_NAME_PROJECT=sdl2-engine
# This variable tells TravisCI to publish to gh-pages and Coveralls:
- T_DO_PUBLISH_GH_COV=Yes
# Valgrind run of the project will automatically close in a couple of seconds
- T_DO_TIMED_RUN=ON
before_install:
- ./utils/travis/before_install.sh
install:
- ./utils/travis/install.sh
script: ./build.sh debug
after_success:
- ./utils/travis/after_success.sh