mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
12 lines
255 B
YAML
12 lines
255 B
YAML
build:
|
|
stage: build
|
|
rules:
|
|
- if: $CI_MERGE_REQUEST_IID || $CI_COMMIT_REF_NAME == "master"
|
|
changes:
|
|
- tgui/**/*.js
|
|
- tgui/**/*.scss
|
|
when: always
|
|
image: node:lts
|
|
script:
|
|
- tgui/bin/tgui --ci
|