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
9ce5d9e5
Commit
9ce5d9e5
authored
Apr 19, 2020
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use debug cargo profile in CI
parent
a252f19a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.circleci/config.yml
.circleci/config.yml
+1
-1
core/build.gradle
core/build.gradle
+1
-1
core/src/main/rust/shadowsocks-rust
core/src/main/rust/shadowsocks-rust
+1
-1
No files found.
.circleci/config.yml
View file @
9ce5d9e5
...
@@ -13,7 +13,7 @@ jobs:
...
@@ -13,7 +13,7 @@ jobs:
key
:
jars-{{ checksum "build.gradle" }}
key
:
jars-{{ checksum "build.gradle" }}
-
run
:
-
run
:
name
:
Run Build and Tests
name
:
Run Build and Tests
command
:
./gradlew assembleDebug check
command
:
./gradlew assembleDebug check
-PCARGO_PROFILE=debug
-
save_cache
:
-
save_cache
:
paths
:
paths
:
-
~/.gradle
-
~/.gradle
...
...
core/build.gradle
View file @
9ce5d9e5
...
@@ -55,7 +55,7 @@ cargo {
...
@@ -55,7 +55,7 @@ cargo {
module
=
'src/main/rust/shadowsocks-rust'
module
=
'src/main/rust/shadowsocks-rust'
libname
=
'sslocal'
libname
=
'sslocal'
targets
=
[
'arm'
,
'arm64'
,
'x86'
,
'x86_64'
]
targets
=
[
'arm'
,
'arm64'
,
'x86'
,
'x86_64'
]
profile
=
'release'
profile
=
findProperty
(
'CARGO_PROFILE'
)
?:
'release'
targetIncludes
=
[
"lib${libname}.so"
]
targetIncludes
=
[
"lib${libname}.so"
]
extraCargoBuildArguments
=
[
'--bin'
,
'sslocal'
]
extraCargoBuildArguments
=
[
'--bin'
,
'sslocal'
]
features
{
features
{
...
...
shadowsocks-rust
@
6cc2ac32
Subproject commit
e96f1beadd18dcadf18c2792cffe390b4f5a9c35
Subproject commit
6cc2ac327b476219872734ad539a273810a58a7d
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