This commit is contained in:
parent
debeec7707
commit
58ca85e92a
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ steps:
|
|||
- name: build
|
||||
image: alpine
|
||||
commands:
|
||||
- apk update
|
||||
- apk add racket aria2
|
||||
- echo @latest https://dl-cdn.alpinelinux.org/alpine/latest-stable/community >> /etc/apk/repositories
|
||||
- apk add racket aria2@latest
|
||||
- ./build.rkt
|
||||
- cd 'build/Notex 4' && zip -r '../Notex 4.zip' .
|
||||
|
||||
|
|
Loading…
Reference in a new issue