aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2015-03-10 17:19:37 +0000
committerFederico Ceratto <federico.ceratto@gmail.com>2015-03-10 17:19:37 +0000
commitda041b8c609d9d75f81e385896b42f2fa24143a5 (patch)
tree963d8bb6c8281897fe1e18ce9f9bc73c784398c6
parent0a107dfd1a53fc00aa34b001fcb2e7ce21759f35 (diff)
downloadpackages-da041b8c609d9d75f81e385896b42f2fa24143a5.tar.gz
packages-da041b8c609d9d75f81e385896b42f2fa24143a5.zip
Add .travis.yml
-rw-r--r--.travis.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..944e760
--- /dev/null
+++ b/.travis.yml
@@ -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