mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 16:45:42 +00:00
* tgui autobuild is now build validation. adds initial gitlab ci support * Remove autobuild github action Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
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
|