1
0
Fork 0
This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
MrDev023-Cpp-Engine/.travis.yml

23 lines
393 B
YAML
Raw Normal View History

2017-05-12 19:05:01 +02:00
#install: make get-deps libsdl2* libglew* libglut* libglew-dev:i386 libsndfile-dev cmake
addons:
apt:
sources:
# add PPAs with more up-to-date toolchains
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.6
packages:
- make
- libsdl2*
- libglew*
2017-05-12 17:53:31 +01:00
2017-05-12 19:01:18 +02:00
# Enable C++ support
language: cpp
# Compiler selection
2017-05-12 17:53:31 +01:00
compiler:
2017-05-12 19:01:18 +02:00
- gcc
# Build steps
script:
- cmake . && make