forked from Anvilcraft/Notex-3
This commit is contained in:
parent
6ec563f1f7
commit
7d019c88f1
1 changed files with 4 additions and 2 deletions
|
@ -2,10 +2,12 @@ kind: pipeline
|
|||
name: release
|
||||
steps:
|
||||
- name: build
|
||||
image: alpine
|
||||
image: haxe:4.2.0-alpine
|
||||
commands:
|
||||
- apk add openjdk8-jre haxe curl neko
|
||||
- apk add openjdk8-jre curl
|
||||
# Download MPT
|
||||
- curl 'https://data.tilera.xyz/file/mpt/mpt-1.2-SNAPSHOT.jar' -o mpt.jar
|
||||
|
||||
- haxelib setup /usr/share/haxe/lib
|
||||
- haxelib install kubejs
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue