diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-09 14:09:38 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-07-09 14:09:38 -0500 |
| commit | 1f2bd20da1a546c867e2347ac4ad35a1e2d791d8 (patch) | |
| tree | 0ccc44a06aff7e0ffa181f84610a27191e5f99d7 | |
| parent | 217161bb4dd2217f2baf40feceba4cfc63fd49c8 (diff) | |
| download | nimgen-1f2bd20da1a546c867e2347ac4ad35a1e2d791d8.tar.gz nimgen-1f2bd20da1a546c867e2347ac4ad35a1e2d791d8.zip | |
Setup CI
| -rw-r--r-- | appveyor.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 0e5df1e..cb3f926 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -79,8 +79,8 @@ for: NIM_VERSION: nim-0.18.0 install: - - sudo apt update - - sudo apt install --yes python-pygments + - sudo apt update -qq + - sudo apt install -qq --yes python-pygments - cd ~/projects - if [ ! -e $NIM_ARCHIVE ]; then curl -s -o $NIM_ARCHIVE $NIM_URL; fi - tar xJf $NIM_ARCHIVE @@ -90,10 +90,11 @@ for: - ./koch boot -d:release - ./koch nimble -d:release - export PATH=~/projects/$NIM_VERSION/bin:~/.nimble/bin:$PATH + - alias g++="g++ -std=c++11" - cd ~/projects/nimgen on_finish: - - zip buildlogs-lin.zip ~/.nimble/pkgs + - zip -r buildlogs-lin.zip ~/.nimble/pkgs - appveyor PushArtifact buildlogs-lin.zip cache: |
