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
681
Issues
681
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
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
682bee14
Verified
Commit
682bee14
authored
May 17, 2018
by
Torsten Grote
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to our own CI image
parent
f31219d5
Pipeline
#1571
passed with stage
in 7 minutes and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
15 deletions
+14
-15
.gitlab-ci.yml
.gitlab-ci.yml
+12
-11
briar-android/build.gradle
briar-android/build.gradle
+2
-4
No files found.
.gitlab-ci.yml
View file @
682bee14
image
:
registry.gitlab.com/fdroid/ci-images-base
:latest
image
:
briar/ci-image-android
:latest
cache
:
paths
:
-
.gradle/wrapper
-
.gradle/caches
test
:
before_script
:
-
set -e
-
export GRADLE_USER_HOME=$PWD/.gradle
before_script
:
-
set -e
-
export GRADLE_USER_HOME=$PWD/.gradle
cache
:
paths
:
-
.gradle/wrapper
-
.gradle/caches
test
:
script
:
-
./gradlew --no-daemon animalSnifferMain animalSnifferTest
-
./gradlew --no-daemon test
...
...
@@ -19,12 +19,13 @@ test:
-
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
briar-android/build.gradle
View file @
682bee14
...
...
@@ -256,11 +256,13 @@ android {
resValue
"string"
,
"app_name"
,
"Briar Debug"
shrinkResources
false
minifyEnabled
true
crunchPngs
false
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.txt'
}
release
{
shrinkResources
true
minifyEnabled
true
crunchPngs
false
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.txt'
}
}
...
...
@@ -276,10 +278,6 @@ android {
}
}
aaptOptions
{
cruncherEnabled
=
false
}
lintOptions
{
warning
'MissingTranslation'
warning
'ImpliedQuantity'
...
...
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