forked from mtytel/helm
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.travis.yml
More file actions
25 lines (24 loc) · 676 Bytes
/
.travis.yml
File metadata and controls
25 lines (24 loc) · 676 Bytes
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
language: cpp
compiler: g++
matrix:
include:
- os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- g++-6
env:
- MATRIX_EVAL="CC=gcc-6 && CXX=g++-6"
before_install:
- >
- sudo apt-get update -qq
- eval "${MATRIX_EVAL}"
- sudo apt-get install -y mesa-common-dev libasound2-dev libfreetype6-dev
libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev
freeglut3-dev libxcomposite-dev libjack-dev
libcurl4-gnutls-dev g++-4.8 gcc-4.8
script:
- make CONFIG=Release
after_success: