Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wade
DnsChanger
Commits
42fb1458
Commit
42fb1458
authored
Apr 10, 2018
by
Daniel Wolf
Browse files
The release APK is in the build directory
parent
e17c5cc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
42fb1458
...
...
@@ -32,7 +32,7 @@ build:
-
./gradlew assembleDebug --stacktrace
artifacts
:
paths
:
-
app/build/outputs/apk
-
app/build/outputs/apk
/debug/app-debug.apk
except
:
-
/^no_ci.*$/
-
/^no_build.*$/
...
...
@@ -48,7 +48,7 @@ build_release:
-
release
artifacts
:
paths
:
-
app/release/app-release.apk
-
app/
build/outputs/
release/app-release.apk
unitTests
:
stage
:
test
...
...
@@ -85,7 +85,7 @@ upload:
upload_release
:
stage
:
webdeploy
script
:
-
cp -f app/release/app-release.apk $RELEASE_DEPLOY_DIR/$(/./home/public/gitrunner/determineAppVersionName.sh app/release/app-release.apk).apk
-
cp -f app/
build/outputs/
release/app-release.apk $RELEASE_DEPLOY_DIR/$(/./home/public/gitrunner/determineAppVersionName.sh app/
build/outputs/
release/app-release.apk).apk
only
:
-
release
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment