1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-10-21 02:24:34 +00:00

Added script for building & deploying local version of kickc.

This commit is contained in:
Jesper Gravgaard 2019-07-15 18:35:25 +02:00
parent 13509b59cb
commit 69e264d9c5

View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
# Builds and deploys a local version of KickC
export C64_HOME="$(dirname $0)/../../../.."
pushd "${C64_HOME}/kickc"
mvn package -DskipTests
popd
rm -r ${C64_HOME}/kickc_local/*
unzip -d ${C64_HOME}/kickc_local ${C64_HOME}/kickc/target/kickc-release.zip
mv ${C64_HOME}/kickc_local/kickc/* ${C64_HOME}/kickc_local/