Skip to content
Snippets Groups Projects
Commit 891e763b authored by Noah Prail's avatar Noah Prail
Browse files

Added GL Pages test report!

parent 8b7b88be
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -6,6 +6,7 @@ before_script:
stages:
- build
- test
- deploy
 
build:
stage: build
Loading
Loading
@@ -16,3 +17,25 @@ test:
stage: test
script:
- ./gradlew testFdroidDebug
artifacts:
when: always
paths:
- app/build/reports/tests/testFdroidDebugUnitTest
expire_in: 15 days
pages:
stage: deploy
dependencies:
- test
allow_failure: true
before_script:
- echo "Overide global before_script and don't do anything."
script:
- mkdir -p public/tests
- cp -r app/build/reports/tests/testFdroidDebugUnitTest/ public/tests
artifacts:
paths:
- public
when: always
only:
- develop
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