Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
452
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
9ace5912
Commit
9ace5912
authored
3 years ago
by
Mehdi Sabwat
Committed by
Hugo Beauzée-Luyssen
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ci : add wasm32-emscripten job
parent
d47a0f27
No related branches found
Branches containing commit
No related tags found
1 merge request
!184
wasm32-emscripten: add initial support
Pipeline
#137137
passed with stage
in 13 minutes and 43 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
extras/ci/gitlab-ci.yml
+24
-0
24 additions, 0 deletions
extras/ci/gitlab-ci.yml
with
24 additions
and
0 deletions
extras/ci/gitlab-ci.yml
+
24
−
0
View file @
9ace5912
...
...
@@ -20,6 +20,7 @@ variables:
VLC_ANDROID_IMAGE
:
registry.videolan.org/vlc-debian-android:20210730131708
VLC_SNAP_IMAGE
:
registry.videolan.org/vlc-ubuntu-focal:20210611174203
VLC_RASPBIAN_IMAGE
:
registry.videolan.org/vlc-debian-raspbian:20200213203125
VLC_WASM_EMSCRIPTEN
:
registry.videolan.org/vlc-debian-wasm-emscripten:20210601090557
.variables-debian
:
&variables-debian
HOST_ARCH
:
x86_64
...
...
@@ -102,6 +103,11 @@ variables:
ANDROID_ARCH
:
x86_64
TRIPLET
:
x86_64-linux-android
.variables-emscripten-wasm32
:
&variables-emscripten-wasm32
HOST_ARCH
:
wasm32
TRIPLET
:
$HOST_ARCH-unknown-emscripten
EMSDK_VERSION
:
2.0.23
# Common rules
.base-template
:
stage
:
build
...
...
@@ -457,6 +463,24 @@ android-x86_64:
extends
:
.android-common
variables
:
*variables-android-x86_64
#
# Webassembly
#
wasm32-emscripten-build
:
extends
:
.docker-template
variables
:
*variables-emscripten-wasm32
image
:
name
:
$VLC_WASM_EMSCRIPTEN
script
:
-
source $EMSCRIPTEN_SDK/emsdk_env.sh
-
|
if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
./extras/package/wasm-emscripten/build.sh --with-prebuilt-contribs
else
./extras/package/wasm-emscripten/build.sh --gen-contrib-archive
fi
#
# VLC Documentation
#
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment