fix cicd
continuous-integration/drone/push Build is passing Details

This commit is contained in:
LordMZTE 2021-02-16 14:46:09 +01:00
parent 6ec563f1f7
commit 7d019c88f1
1 changed files with 4 additions and 2 deletions

View File

@ -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