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
2017-05-12 19:11:11 +02:00

29 lines
No EOL
500 B
YAML

#install: make get-deps libsdl2* libglew* libglut* libglew-dev:i386 libsndfile-dev cmake
addons:
apt:
packages:
- git
- cmake
- dos2unix
- libosmesa6-dev
- libegl1-mesa-dev
- libsdl2*
- libsndfile-dev
artifacts:
bucket: glew
s3_region: "us-east-1"
paths:
- $(ls *.zip *.tgz | tr "\n" ":")
- $(find doc -type f | tr "\n" ":")
# Enable C++ support
language: cpp
# Compiler selection
compiler:
- gcc
# Build steps
script:
- cmake . && make