Setup CI
This commit is contained in:
parent
a24d0d043d
commit
adaa7e997f
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ for:
|
|||
|
||||
install:
|
||||
- sudo apt -qq update
|
||||
- sudo apt -qq install --yes python-pygments libssh2-1 libgcrypt20 libgpg-error0
|
||||
- sudo apt -qq install --yes python-pygments libssh2-1-dev libgcrypt20-dev libgpg-error-dev
|
||||
- cd ~/projects
|
||||
- if [ ! -e $NIM_ARCHIVE ]; then curl -s -o $NIM_ARCHIVE $NIM_URL; fi
|
||||
- tar xJf $NIM_ARCHIVE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue