Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
F-Droid
Client
Commits
99f93066
Commit
99f93066
authored
Feb 25, 2016
by
Daniel Martí
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: Also check language list and string formats
parent
54c4714b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
.gitlab-ci.yml
.gitlab-ci.yml
+6
-1
No files found.
.gitlab-ci.yml
View file @
99f93066
before_script
:
-
apt-get -q update -y
-
echo " == Installing packages required by this CI script"
-
apt-get -q install -y wget tar unzip
-
apt-get -q install -y wget tar unzip
python3
-
echo " == Installing OpenJDK 7"
-
apt-get -q install -y openjdk-7-jdk
-
echo " == Installing packages required by the 32-bit SDK"
...
...
@@ -21,6 +21,11 @@ before_script:
test
:
script
:
-
echo " == Running F-Droid tool checks"
-
cd F-Droid
-
./tools/langs-list-check.py
-
./tools/check-string-format.py
-
cd ..
-
echo " == Running build"
-
./gradlew build
-
echo " == Running checkstyle"
...
...
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