Skip to content
Snippets Groups Projects
Commit 79b414c3 authored by Quentin E. / iDeath's avatar Quentin E. / iDeath
Browse files

Update buildsystem/gitlab/.gitlab-ci.yml file

parent e86b2ab2
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ stages: ...@@ -22,6 +22,7 @@ stages:
stage: build stage: build
script: script:
- mkdir -p ~/.android - mkdir -p ~/.android
- echo "hello world"
- if [ -n "$KEYSTORE_FILE_BASE64" ]; then base64 -d $KEYSTORE_FILE_BASE64 > ~/.android/debug.keystore; fi - if [ -n "$KEYSTORE_FILE_BASE64" ]; then base64 -d $KEYSTORE_FILE_BASE64 > ~/.android/debug.keystore; fi
- ./buildsystem/compile.sh ${EXTRA_BUILD_PARAM} -a ${ARCH} - ./buildsystem/compile.sh ${EXTRA_BUILD_PARAM} -a ${ARCH}
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment