mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-15 15:44:14 +00:00
14
.travis.yml
14
.travis.yml
@@ -1,10 +1,20 @@
|
||||
sudo: false
|
||||
language: c
|
||||
os: linux
|
||||
os:
|
||||
- linux
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libcurl4-openssl-dev
|
||||
- libsdl1.2-dev
|
||||
script:
|
||||
- git clone --depth 1 https://github.com/nim-lang/csources.git
|
||||
- cd csources && sh build.sh
|
||||
- cd csources
|
||||
- sh build.sh
|
||||
- cd ..
|
||||
- ./bin/nim c koch
|
||||
- ./koch boot
|
||||
- ./koch boot -d:release
|
||||
after_script:
|
||||
- export PATH=$(pwd)/bin:$PATH
|
||||
- ./koch test
|
||||
|
||||
Reference in New Issue
Block a user