mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 19:32:49 +00:00
Publish the remote as an artifact
This commit is contained in:
parent
0a81fcb1b3
commit
e57b65418e
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
image: node:alpine
|
||||||
|
|
||||||
|
build:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- yarn install
|
||||||
|
- ./node_modules/@angular/cli/bin/ng build --prod --no-progress
|
Loading…
Reference in New Issue
Block a user