mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-04 07:03:13 +00:00
Update nim compiler on travis.
This commit is contained in:
parent
0fe193f7fc
commit
166749eb8b
@ -5,16 +5,16 @@ language: c
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
wget http://nim-lang.org/download/nim-0.11.2.tar.xz
|
wget http://nim-lang.org/download/nim-0.13.0.tar.xz
|
||||||
tar xf nim-0.11.2.tar.xz
|
tar xf nim-0.13.0.tar.xz
|
||||||
cd nim-0.11.2
|
cd nim-0.13.0
|
||||||
sh build.sh
|
sh build.sh
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- set -e
|
- set -e
|
||||||
- set -x
|
- set -x
|
||||||
- export PATH=`pwd`/nim-0.11.2/bin:$PATH
|
- export PATH=`pwd`/nim-0.13.0/bin:$PATH
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- nim c -d:ssl -r package_scanner.nim
|
- nim c -d:ssl -r package_scanner.nim
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user