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: variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false" GRADLE_OPTS: "-Dorg.gradle.daemon=false"
before_script:
- export GRADLE_USER_HOME=`pwd`/.gradle
deploy: deploy:
tags: tags:
- windows - windows
stage: deploy stage: deploy
script: | script: |
gradle --build-cache assemble .\src\main\c\build.bat
.\gradlew --build-cache assemble
artifacts: artifacts:
paths: paths:
- build/libs - build/libs