Merge pull request #3391 from tmm1/travis-ci

Tweak travis config
This commit is contained in:
Dominik Picheta
2015-09-30 10:37:19 +01:00

View File

@@ -1,10 +1,20 @@
sudo: false
language: c
os: linux
os:
- linux
addons:
apt:
packages:
- libcurl4-openssl-dev
- libsdl1.2-dev
script:
- git clone --depth 1 https://github.com/nim-lang/csources.git
- cd csources && sh build.sh
- cd csources
- sh build.sh
- cd ..
- ./bin/nim c koch
- ./koch boot
- ./koch boot -d:release
after_script:
- export PATH=$(pwd)/bin:$PATH
- ./koch test