diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2018-10-08 12:28:12 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2018-10-08 12:28:12 -0500 |
| commit | 35765f046b1a0b1785067d45fc128057cb7a2725 (patch) | |
| tree | 4e7d42233a8462d1fd7f3fc45a9a1bd67efb1754 | |
| parent | db26f9580d84758cc7bd71b5de95bfd7551e7a67 (diff) | |
| download | nimgen-35765f046b1a0b1785067d45fc128057cb7a2725.tar.gz nimgen-35765f046b1a0b1785067d45fc128057cb7a2725.zip | |
Multi-version CI
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index af39ed8..8daa767 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -89,7 +89,7 @@ for: - cd /home/appveyor/binaries - if [ ! -e nim-$NIM_VERSION ]; then curl -s -o nim-$NIM_VERSION.tar.xz https://nim-lang.org/download/nim-$NIM_VERSION.tar.xz && - tar xJf nim-$nim_version.tar.xz && + tar xJf nim-$NIM_VERSION.tar.xz && cd nim-$NIM_VERSION && sh build.sh && bin/nim c -d:release koch && |
