Fixes build (missing bootstrap.sh). Now builds against Nim 0.15.2.
This commit is contained in:
parent
0ce718dea7
commit
8a1efc275e
1 changed files with 7 additions and 5 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -5,14 +5,16 @@ language: c
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
git clone https://github.com/nim-lang/Nim.git
|
wget http://nim-lang.org/download/nim-0.15.2.tar.xz
|
||||||
cd Nim
|
tar -xf nim-0.15.2.tar.xz
|
||||||
sh bootstrap.sh
|
cd nim-0.15.2
|
||||||
|
sh build.sh
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- set -e
|
- set -e
|
||||||
- set -x
|
- set -x
|
||||||
- export PATH=`pwd`/Nim/bin:$PATH
|
- export PATH=`pwd`/nim-0.15.2/bin:$PATH
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd tests
|
- cd tests
|
||||||
|
|
@ -21,4 +23,4 @@ script:
|
||||||
- ./src/nimble install -y
|
- ./src/nimble install -y
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "chat.freenode.net#nimbuild"
|
irc: "chat.freenode.net#nimbuild"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue