Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
강동현
2021-06-03 15:01:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8fbb603f580c920c516f9442d0aa5e94765ef530
8fbb603f
1 parent
92afe3ee
Builds for 1 pipeline
canceled
in 8 seconds
Pipeline 수정
Changes
1
Builds
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
7 deletions
.gitlab-ci.yml
.gitlab-ci.yml
View file @
8fbb603
image
:
node:14-alpine
stages
:
-
init
-
build
-
test
-
build
Test Server
:
stage
:
test
script
:
-
cd common
-
yarn install
-
cd ../server
-
yarn install
-
yarn test
Build Server
:
stage
:
build
before_
script
:
script
:
-
cd common
-
yarn install
-
cd ../server
-
yarn install
script
:
-
yarn build
Test Server
:
stage
:
test
Build Web
:
stage
:
build
script
:
-
yarn test
-
cd common
-
yarn install
-
cd ../web
-
npm install
-
npm build
...
...
Please
register
or
login
to post a comment