mirror of
https://github.com/godotengine/doc-status.git
synced 2025-12-31 13:48:23 +03:00
16 lines
320 B
YAML
16 lines
320 B
YAML
os: linux
|
|
dist: bionic
|
|
# Python is required to run `doc_status.py`
|
|
language: python
|
|
|
|
python:
|
|
- 3.7.1
|
|
|
|
install:
|
|
- curl -LO https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_0.65.3_Linux-64bit.tar.gz
|
|
- tar xf hugo_0.65.3_Linux-64bit.tar.gz hugo
|
|
- sudo mv hugo /usr/local/bin/
|
|
|
|
script:
|
|
- ./build.sh
|