diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-09 12:09:55 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-09 12:09:55 -0500 |
| commit | cc7b6cb726d8d22995a69236b93d2e8b456b0eae (patch) | |
| tree | 74f5223910cbf89a679b4d4e81590ca87438a9c0 | |
| parent | 9257a0a81bad916a51fc434cc1039cda030abf6b (diff) | |
| download | nimgen-cc7b6cb726d8d22995a69236b93d2e8b456b0eae.tar.gz nimgen-cc7b6cb726d8d22995a69236b93d2e8b456b0eae.zip | |
Setup CI
| -rw-r--r-- | appveyor.yml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/appveyor.yml b/appveyor.yml index 9cccdd5..f36fe84 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -79,26 +79,23 @@ for: NIM_VERSION: nim-0.18.0 install: - - echo $NIM_ARCHIVE + - cd ~/projects - if [ ! -e $NIM_ARCHIVE ]; then curl -s -o $NIM_ARCHIVE $NIM_URL; fi - - echo $? - tar xJf $NIM_ARCHIVE - cd $NIM_VERSION - sh build.sh - - bin/nim -d:release koch + - bin/nim c -d:release koch - ./koch boot -d:release - ./koch nimble -d:release - set PATH=`pwd`/bin:~/.nimble/bin:$PATH - - cd .. - - echo `pwd` - - ls + - cd ~/projects/nimgen on_finish: - zip buildlogs-lin.zip ~/.nimble/pkgs - appveyor PushArtifact buildlogs-lin.zip cache: - - nim-0.18.0.tar.xz + - ~/projects/nim-0.18.0.tar.xz build_script: - nimble install -y |
