Merge pull request #782 from reicast/holzhaus/wercker-tests

[Wercker] Add preliminary wercker.yml for Linux_x64 building
This commit is contained in:
Jan Holthuis 2015-08-21 02:40:20 +02:00
commit 94012ae192
1 changed files with 12 additions and 0 deletions

12
wercker.yml Normal file
View File

@ -0,0 +1,12 @@
box: ubuntu
build:
steps:
- install-packages:
packages: build-essential libasound2-dev libgl1-mesa-dev libx11-dev
- script:
name: gcc-version
code: gcc --version
- script:
name: reicast x64 build
code: make -C shell/linux platform=x64