Skip to content
Snippets Groups Projects
Commit b0de4136 authored by Moritz Langenstein's avatar Moritz Langenstein
Browse files

(ml5717) Added tinyworker as GitLab CI artifact

parent 9af4e69c
No related branches found
No related tags found
1 merge request!67Benchmark testing
Pipeline #106759 passed
...@@ -21,6 +21,7 @@ submodule_fetch: ...@@ -21,6 +21,7 @@ submodule_fetch:
- src/rtcpeerconnection - src/rtcpeerconnection
- src/signalbuddy - src/signalbuddy
- src/yjs - src/yjs
- src/tiny-worker
npm_install_prod: npm_install_prod:
stage: deps stage: deps
...@@ -35,6 +36,7 @@ npm_install_prod: ...@@ -35,6 +36,7 @@ npm_install_prod:
- src/rtcpeerconnection - src/rtcpeerconnection
- src/signalbuddy - src/signalbuddy
- src/yjs - src/yjs
- src/tiny-worker
npm_install: npm_install:
stage: deps stage: deps
...@@ -49,6 +51,7 @@ npm_install: ...@@ -49,6 +51,7 @@ npm_install:
- src/rtcpeerconnection - src/rtcpeerconnection
- src/signalbuddy - src/signalbuddy
- src/yjs - src/yjs
- src/tiny-worker
format_check: format_check:
stage: check stage: check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment