Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
69fa7f23
Commit
69fa7f23
authored
Sep 08, 2021
by
topjohnwu
Committed by
John Wu
Sep 08, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't cache NDK
parent
de2306bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
build.yml
.github/workflows/build.yml
+1
-13
No files found.
.github/workflows/build.yml
View file @
69fa7f23
...
...
@@ -21,7 +21,7 @@ jobs:
strategy
:
fail-fast
:
false
matrix
:
os
:
[
ubuntu-latest
,
windows-latest
,
mac
OS
-latest
]
os
:
[
ubuntu-latest
,
windows-latest
,
mac
os
-latest
]
steps
:
-
name
:
Check out
...
...
@@ -56,24 +56,12 @@ jobs:
key
:
${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
restore-keys
:
${{ runner.os }}-gradle-
-
name
:
Cache NDK
id
:
ndk-cache
uses
:
actions/cache@v2
with
:
path
:
${{ env.ANDROID_SDK_ROOT }}/ndk/magisk
key
:
${{ runner.os }}-ndk-${{ env.MAGISK_NDK_VERSION }}
-
name
:
Set up NDK
if
:
steps.ndk-cache.outputs.cache-hit != 'true'
run
:
python build.py ndk
-
name
:
Build release
run
:
python build.py -vr all
-
name
:
Refresh flag
run
:
touch gradle.properties
shell
:
bash
-
name
:
Build debug
run
:
python build.py -v all
...
...
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