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:22:51 +02:00

31 lines
No EOL
531 B
YAML

#install: make get-deps libsdl2* libglew* libglut* libglew-dev:i386 libsndfile-dev cmake
dist: trusty
addons:
apt:
packages:
- git
- cmake
- dos2unix
- libosmesa6-dev
- libegl1-mesa-dev
- libsdl2-dev
- libsndfile-dev
- libalut0
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