Maybe actually change the script

This commit is contained in:
J. Fronny 2020-09-05 11:20:44 +00:00
parent 14160e7e9c
commit 314967f1c2
1 changed files with 2 additions and 6 deletions

View File

@ -1,17 +1,13 @@
image: gradle:alpine
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
deploy:
tags:
- windows
stage: deploy
script: |
gradle --build-cache assemble
.\src\main\c\build.bat
.\gradlew --build-cache assemble
artifacts:
paths:
- build/libs