Updated build definition to use nifty.
Fabio Cevasco h3rald@h3rald.com
Thu, 23 Feb 2017 17:41:33 +0100
1 files changed,
9 insertions(+),
2 deletions(-)
jump to
M
.travis.yml
→
.travis.yml
@@ -33,13 +33,20 @@ ./koch boot -d:release
fi fi cd .. + if [ ! -x nifty/nifty ]; then + git clone --depth 1 git://github.com/h3rald.com/nifty nifty/ + nim c --cc:$CC --verbosity:0 -d:release nifty.nim + fi before_script: - - export PATH="nim-$BRANCH/bin${PATH:+:$PATH}" + - export PATH="nifty:nim-$BRANCH/bin${PATH:+:$PATH}" script: - - nim c --cc:$CC --verbosity:0 hastyscribe.nim + - nifty install + - nifty build discount + - nim c --cc:$CC --verbosity:0 -d:discount hastyscribe.nim # Optional: build docs. #- nim doc --docSeeSrcUrl:https://github.com/h3rald/litestore/blob/master --project litestore.nim cache: directories: - nim-master - nim-devel + - nifty