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
ed0a5a4d
Commit
ed0a5a4d
authored
Jul 18, 2021
by
Jerome Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update workflow
parent
b17e49a2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
6 deletions
+44
-6
core.yml
.github/workflows/core.yml
+44
-6
No files found.
.github/workflows/core.yml
View file @
ed0a5a4d
...
...
@@ -20,18 +20,56 @@ jobs:
-
build-zlib
-
build-x264
-
build-x265
-
build-libvpx
-
build-wavpack
-
build-lame
-
build-fdk-aac
-
build-ogg
-
build-vorbis
-
build-theora
-
build-opus
-
build-libwebp
-
build-freetype2
-
build-fribidi
-
build-harfbuzz
-
build-libass
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
with
:
submodules
:
recursive
-
name
:
Build FFMpeg
shell
:
bash
-
name
:
Build FFMpeg Libs
run
:
bash build-with-docker.sh install-deps ${{ matrix.script }}
# - uses: actions/upload-artifact@master
# with:
# name: ffmpeg-core
# path: wasm/packages/core/dist
-
name
:
Cache multiple paths
uses
:
actions/cache@v2
with
:
path
:
|
build
wasm/cache
key
:
ffmpeg.wasm-core
build-ffmpeg
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
with
:
submodules
:
recursive
-
name
:
Build FFMpeg
run
:
|
bash build-with-docker.sh \
install-deps \
configure-ffmpeg \
build-ffmpeg
-
name
:
Cache multiple paths
uses
:
actions/cache@v2
with
:
path
:
|
build
wasm/cache
key
:
ffmpeg.wasm-core
-
uses
:
actions/upload-artifact@master
with
:
name
:
ffmpeg-core
path
:
wasm/packages/core/dist
# Disable macos build due to there is no ldconfig command
# 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