Setup CI
This commit is contained in:
parent
6aa9b4290a
commit
217161bb4d
1 changed files with 2 additions and 0 deletions
|
|
@ -79,6 +79,8 @@ for:
|
|||
NIM_VERSION: nim-0.18.0
|
||||
|
||||
install:
|
||||
- sudo apt update
|
||||
- sudo apt install --yes python-pygments
|
||||
- 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