Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F12553259
.gitlab-ci.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
649 B
Referenced Files
None
Subscribers
None
.gitlab-ci.yml
View Options
# This file is a template, and might need editing before it works on your project.
# Official framework image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/node/tags/
image
:
node:8
stages
:
-
lint
-
build
-
test
lint
:
stage
:
lint
script
:
-
yarn
-
npm run lint
test
:
stage
:
test
variables
:
APT_CACHE_DIR
:
apt-cache
script
:
-
mkdir -pv $APT_CACHE_DIR && apt-get -qq update
-
apt install firefox-esr -y --no-install-recommends
-
firefox --version
-
yarn
-
npm run unit
build
:
stage
:
build
script
:
-
yarn
-
npm run build
artifacts
:
paths
:
-
dist/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 15, 1:34 AM (1 d, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
569265
Default Alt Text
.gitlab-ci.yml (649 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment