Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
briar
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
680
Issues
680
List
Boards
Labels
Service Desk
Milestones
Merge Requests
11
Merge Requests
11
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
briar
briar
Commits
3a35effa
Verified
Commit
3a35effa
authored
May 16, 2018
by
Torsten Grote
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add CI stage for testing reproducibility
parent
97f4cd03
Pipeline
#1549
passed with stage
in 9 minutes and 23 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
.gitlab-ci.yml
.gitlab-ci.yml
+14
-4
No files found.
.gitlab-ci.yml
View file @
3a35effa
...
...
@@ -11,10 +11,20 @@ before_script:
test
:
script
:
-
./gradlew animalSnifferMain animalSnifferTest
-
./gradlew test
-
./gradlew
--no-daemon
animalSnifferMain animalSnifferTest
-
./gradlew
--no-daemon
test
after_script
:
# th
is file changes
every time but should not be cached
after_script
:
# th
ese 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
Write
Preview
Markdown
is supported
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