fix cicd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
LordMZTE 2021-02-16 14:46:09 +01:00
parent 6ec563f1f7
commit 7d019c88f1

View file

@ -2,10 +2,12 @@ kind: pipeline
name: release name: release
steps: steps:
- name: build - name: build
image: alpine image: haxe:4.2.0-alpine
commands: 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 - curl 'https://data.tilera.xyz/file/mpt/mpt-1.2-SNAPSHOT.jar' -o mpt.jar
- haxelib setup /usr/share/haxe/lib - haxelib setup /usr/share/haxe/lib
- haxelib install kubejs - haxelib install kubejs