mirror of
https://github.com/S2-/gitlit
synced 2025-08-02 20:30:05 +02:00
6 lines
85 B
YAML
6 lines
85 B
YAML
language: node_js
|
|
node_js:
|
|
- "10"
|
|
before_script:
|
|
- npm install -g gulp
|
|
script: gulp |