Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
07ec96bf
Commit
07ec96bf
authored
Jan 30, 2019
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use api-28-ndk image for CI
parent
d21a94e0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
.circleci/config.yml
.circleci/config.yml
+1
-1
.travis.yml
.travis.yml
+2
-2
README.md
README.md
+1
-1
No files found.
.circleci/config.yml
View file @
07ec96bf
...
...
@@ -3,7 +3,7 @@ jobs:
build
:
working_directory
:
~/code
docker
:
-
image
:
circleci/android:api-28
-
image
:
circleci/android:api-28
-ndk
environment
:
JVM_OPTS
:
-Xmx3500m
GRADLE_OPTS
:
-Dorg.gradle.workers.max=1 -Dorg.gradle.daemon=false -Dkotlin.compiler.execution.strategy="in-process"
...
...
.travis.yml
View file @
07ec96bf
...
...
@@ -7,8 +7,8 @@ services:
-
docker
before_install
:
-
docker pull circleci/android:api-28
-
docker pull circleci/android:api-28
-ndk
-
chmod -R a+wrx .
script
:
-
docker run --rm -v ${PWD}:/build circleci/android:api-28 bash -c "cd /build; ./gradlew assembleDebug check"
-
docker run --rm -v ${PWD}:/build circleci/android:api-28
-ndk
bash -c "cd /build; ./gradlew assembleDebug check"
README.md
View file @
07ec96bf
...
...
@@ -31,7 +31,7 @@ You can check whether the latest commit builds under UNIX environment by checkin
```
bash
mkdir
build
sudo chown
3434:3434 build
docker run
--rm
-v
${
PWD
}
/build:/build circleci/android:api-28 bash
-c
"cd /build; git clone https://github.com/shadowsocks/shadowsocks-android; cd shadowsocks-android; git submodule update --init --recursive; ./gradlew assembleDebug"
docker run
--rm
-v
${
PWD
}
/build:/build circleci/android:api-28
-ndk
bash
-c
"cd /build; git clone https://github.com/shadowsocks/shadowsocks-android; cd shadowsocks-android; git submodule update --init --recursive; ./gradlew assembleDebug"
```
### [TRANSLATE](https://discourse.shadowsocks.org/t/poeditor-translation-main-thread/30)
...
...
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