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
164ca130
Commit
164ca130
authored
Jul 17, 2021
by
Jerome Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update workflow to build both versions
parent
9b31311c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
6 deletions
+28
-6
core-st.yml
.github/workflows/core-st.yml
+26
-0
core.yml
.github/workflows/core.yml
+2
-6
No files found.
.github/workflows/core-st.yml
0 → 100644
View file @
164ca130
name
:
Build FFmpeg.wasm (Single Thread)
on
:
push
:
branches
:
[
n4.3.1-wasm
]
pull_request
:
branches
:
[
n4.3.1-wasm
]
env
:
EM_VERSION
:
2.0.8
EM_CACHE_FOLDER
:
'
emsdk-cache'
jobs
:
linux-build_with_docker
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
with
:
submodules
:
recursive
-
name
:
Build FFMpeg
shell
:
bash
run
:
|
FFMPEG_ST=yes bash build-with-docker.sh
-
uses
:
actions/upload-artifact@master
with
:
name
:
ffmpeg-core
path
:
wasm/packages/core-st/dist
.github/workflows/
main
.yml
→
.github/workflows/
core
.yml
View file @
164ca130
name
:
FFmpeg.wasm
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
name
:
Build FFmpeg.wasm
on
:
push
:
branches
:
[
n4.3.1-wasm
]
...
...
@@ -17,17 +15,15 @@ jobs:
steps
:
-
uses
:
actions/checkout@v2
with
:
fetch-depth
:
0
submodules
:
recursive
-
name
:
Build FFMpeg
shell
:
bash
run
:
|
docker system prune -f # fix `Too many levels of symbolic links` error
bash build-with-docker.sh
-
uses
:
actions/upload-artifact@master
with
:
name
:
ffmpeg-core
path
:
wasm/dist
path
:
wasm/
packages/core/
dist
# Disable macos build due to there is no ldconfig command
# during freetype2 build.
# macos-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