Skip to content
Snippets Groups Projects
Commit 19810b54 authored by John Carlson's avatar John Carlson
Browse files

Just one build stage, that is all

parent 3d282a49
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -23,17 +23,11 @@ before_script:
 
stages:
- build
- test
 
build:
stage: build
script:
- ./gradlew assembleDebug
- ./gradlew testFdroidDebug
artifacts:
paths:
- app/build/outputs/
unitTests:
stage: test
script:
- ./gradlew test
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