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
f5fb3d57
Commit
f5fb3d57
authored
Apr 30, 2022
by
NzSN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
only pull image if needed
parent
7e3fd4a8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
build-with-docker.sh
build-with-docker.sh
+3
-1
No files found.
build-with-docker.sh
View file @
f5fb3d57
...
@@ -3,8 +3,10 @@
...
@@ -3,8 +3,10 @@
set
-euo
pipefail
set
-euo
pipefail
EM_VERSION
=
2.0.24
EM_VERSION
=
2.0.24
if
[[
"
$(
docker images
-q
emscripten/emsdk:
$EM_VERSION
2> /dev/null
)
"
==
""
]]
;
then
docker pull emscripten/emsdk:
$EM_VERSION
fi
docker pull emscripten/emsdk:
$EM_VERSION
docker run
\
docker run
\
--rm
\
--rm
\
-v
$PWD
:/src
\
-v
$PWD
:/src
\
...
...
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