Skip to content

Commit

Permalink
Merge pull request #89 from AMDmi3/travis
Browse files Browse the repository at this point in the history
Add travis config
  • Loading branch information
stalkerg committed Apr 6, 2016
2 parents f1f63c4 + 68fc3ac commit e562dc7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: cpp
sudo: required
dist: trusty
compiler:
- gcc
- clang
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq cmake libsdl2-dev libsdl2-net-dev libogg-dev libvorbis-dev libavcodec-dev libavformat-dev libavutil-dev

- git clone --depth 1 https://github.com/stalkerg/clunk.git /tmp/clunk
- cd /tmp/clunk && cmake -DCMAKE_INSTALL_PREFIX=/usr . && make && sudo make install
script:
- cd ${TRAVIS_BUILD_DIR}
- mkdir build && cd build && cmake .. && make
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Vangers
=======

![Vangers](http://cdn.akamai.steamstatic.com/steam/apps/264080/header.jpg?t=1447359431)

[![Build Status](https://travis-ci.org/KranX/Vangers.svg?branch=master)](https://travis-ci.org/KranX/Vangers)


Video game that combines elements of the racing and role-playing genres.

Expand All @@ -25,4 +28,4 @@ Required libraries

ffmpeg

zlib
zlib

0 comments on commit e562dc7

Please sign in to comment.