Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
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
Linshizhi
ffmpeg.wasm-core
Commits
1d905c71
Commit
1d905c71
authored
Jul 18, 2021
by
Jerome Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix workflow cache using restore-keys
parent
64a3883d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
6 deletions
+15
-6
core.yml
.github/workflows/core.yml
+15
-6
No files found.
.github/workflows/core.yml
View file @
1d905c71
...
@@ -7,9 +7,12 @@ on:
...
@@ -7,9 +7,12 @@ on:
branches
:
branches
:
-
n4.3.1-wasm
-
n4.3.1-wasm
# env:
env
:
# EM_VERSION: 2.0.8
FFMPEG_ST
:
no
# EM_CACHE_FOLDER: 'emsdk-cache'
DIST_PATH
:
wasm/packages/core/dist
CACHE_KEY_PREFIX
:
ffmpeg.wasm-core-$GITHUB_RUN_ID
# EM_VERSION: 2.0.8
# EM_CACHE_FOLDER: 'emsdk-cache'
jobs
:
jobs
:
build-libs
:
build-libs
:
...
@@ -44,7 +47,9 @@ jobs:
...
@@ -44,7 +47,9 @@ jobs:
path
:
|
path
:
|
build
build
wasm/cache
wasm/cache
key
:
ffmpeg.wasm-core
key
:
$CACHE_KEY_PREFIX-$GITHUB_JOB
restore-keys
:
|
$CACHE_KEY_PREFIX-
-
name
:
List cached libs
-
name
:
List cached libs
run
:
ls build/lib
run
:
ls build/lib
-
name
:
Build FFMpeg Libs
-
name
:
Build FFMpeg Libs
...
@@ -62,7 +67,11 @@ jobs:
...
@@ -62,7 +67,11 @@ jobs:
path
:
|
path
:
|
build
build
wasm/cache
wasm/cache
key
:
ffmpeg.wasm-core
key
:
$CACHE_KEY_PREFIX-$GITHUB_JOB
restore-keys
:
|
$CACHE_KEY_PREFIX-
-
name
:
List cached libs
run
:
ls build/lib
-
name
:
Build FFMpeg
-
name
:
Build FFMpeg
run
:
|
run
:
|
bash build-with-docker.sh \
bash build-with-docker.sh \
...
@@ -72,7 +81,7 @@ jobs:
...
@@ -72,7 +81,7 @@ jobs:
-
uses
:
actions/upload-artifact@master
-
uses
:
actions/upload-artifact@master
with
:
with
:
name
:
ffmpeg-core
name
:
ffmpeg-core
path
:
wasm/packages/core/dist
path
:
$DIST_PATH
# Disable macos build due to there is no ldconfig command
# Disable macos build due to there is no ldconfig command
# during freetype2 build.
# during freetype2 build.
...
...
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