Add .travis.yml

This commit is contained in:
Federico Ceratto 2015-03-10 17:19:37 +00:00
parent 0a107dfd1a
commit da041b8c60

23
.travis.yml Normal file
View File

@ -0,0 +1,23 @@
os:
- linux
language: c
env:
- BRANCH="travis"
- BRANCH="devel"
install:
- git clone -b $BRANCH git://github.com/Araq/Nim.git; cd Nim; git clone -b $BRANCH --depth 1 git://github.com/nim-lang/csources; cd csources && sh build.sh; cd ..; bin/nim c koch; ./koch boot -d:release; cd ..
before_script:
- set -e
- set -x
- export PATH=`pwd`/Nim/bin:$PATH
script:
- nim c -d:ssl -r package_scanner.nim
notifications:
email: false # noisy