nim-eth-p2p/.travis.yml

21 lines
392 B
YAML
Raw Normal View History

2018-03-28 00:17:01 +00:00
sudo: false
language: c
os:
- linux
2018-03-28 08:48:57 +00:00
# - osx
2018-03-28 00:17:01 +00:00
dist: trusty
before_script:
- git clone https://github.com/nim-lang/Nim.git
- cd Nim
- git clone --depth 1 https://github.com/nim-lang/csources
- cd csources && sh build.sh
- cd ..
- bin/nim c koch
- ./koch boot -d:release
- ./koch nimble
- export PATH=$(pwd)/bin:$PATH
- cd ..
script:
- nimble install -y
2018-03-30 13:56:56 +00:00
- nimble test