mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Merge branch 'ci-test' into 'master'
Add CI stage for testing reproducibility See merge request akwizgran/briar!807
This commit is contained in:
@@ -11,10 +11,20 @@ before_script:
|
||||
|
||||
test:
|
||||
script:
|
||||
- ./gradlew animalSnifferMain animalSnifferTest
|
||||
- ./gradlew test
|
||||
- ./gradlew --no-daemon animalSnifferMain animalSnifferTest
|
||||
- ./gradlew --no-daemon test
|
||||
|
||||
after_script:
|
||||
# this file changes every time but should not be cached
|
||||
after_script:
|
||||
# these file change every time but should not be cached
|
||||
- rm -f $GRADLE_USER_HOME/caches/modules-2/modules-2.lock
|
||||
- rm -fr $GRADLE_USER_HOME/caches/*/plugin-resolution/
|
||||
|
||||
test_reproducible:
|
||||
image: briar/reproducer:latest
|
||||
script:
|
||||
- cd .. && mv briar /opt/briar-reproducer/
|
||||
- cd /opt/briar-reproducer
|
||||
- ./reproduce.py ${CI_COMMIT_REF_NAME}
|
||||
only:
|
||||
- tags
|
||||
|
||||
|
||||
Reference in New Issue
Block a user