Use Debian image for Gitlab CI
This commit is contained in:
parent
597a1ca62a
commit
e32107de11
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
image: python:3.8-alpine
|
image: python:3.8-bullseye
|
||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
|
- sudo apt install build-essential
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install -U sphinx sphinx-press-theme
|
- pip install -U sphinx sphinx-press-theme
|
||||||
- sphinx-build -b html docs public
|
- sphinx-build -b html docs public
|
||||||
|
@ -12,6 +13,7 @@ test:
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
|
- sudo apt install build-essential
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install -U sphinx sphinx-press-theme
|
- pip install -U sphinx sphinx-press-theme
|
||||||
- sphinx-build -b html docs public
|
- sphinx-build -b html docs public
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue