Skip to content

Commit

Permalink
Added Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaferretti committed Oct 20, 2015
1 parent 5d8b9a6 commit e335eed
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: c
compiler:
- gcc
before_install:
# Install nim
- git clone -b master git://github.com/nim-lang/Nim.git --depth 1
- cd Nim
- git clone -b master --depth 1 git://github.com/nim-lang/csources
- cd csources && sh build.sh
- cd ..
- bin/nim c koch
- ./koch boot -d:release
- export PATH=$PWD/bin:$PATH
- cd ..
script:
- nim c --run --threads:on test
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
RXNim
=====

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

0 comments on commit e335eed

Please sign in to comment.