You've already forked How-Fake-Is-This
mirror of
https://github.com/MrLyallCSIT/How-Fake-Is-This.git
synced 2026-01-18 07:09:40 +00:00
13 lines
129 B
YAML
13 lines
129 B
YAML
language: html
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
before_script:
|
|
- chmod +x ./scripts/build
|
|
|
|
script: ./scripts/build
|
|
|
|
sudo: true
|