Multi-version CI
This commit is contained in:
parent
35765f046b
commit
c4d45b318b
1 changed files with 2 additions and 0 deletions
|
|
@ -85,10 +85,12 @@ for:
|
|||
install:
|
||||
- sudo apt -qq update
|
||||
- sudo apt -qq install --yes python-pygments libssh2-1-dev libgcrypt20-dev libgpg-error-dev
|
||||
- echo $NIM_VERSION
|
||||
- mkdir /home/appveyor/binaries
|
||||
- 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 &&
|
||||
ls -l &&
|
||||
tar xJf nim-$NIM_VERSION.tar.xz &&
|
||||
cd nim-$NIM_VERSION &&
|
||||
sh build.sh &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue