Skip to content

Commit

Permalink
CI update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-M committed Dec 29, 2019
1 parent 947b97d commit 1ae33db
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@

pages:
image: debian:10
script:
- apt update
- apt install \-y make curl wget python3 python3-distutils
- wget -O get-pip.py https://bootstrap.pypa.io/get-pip.py
- python3 ./get\-pip.py
- pip install \-e ./[docs]
- cd ./docs
- mkdir build
- mkdir ../public
- ln -s ./build/html ../public
- make html
- ./tests/scripts/install.sh GITLAB 3 7
- ./tests/scripts/docs.sh GITLAB 3 7
artifacts:
paths:
- public
Expand All @@ -29,7 +22,7 @@ tests_py3.7:
- master

tests_py3.5:
image: debian:stretch
image: debian:10
script:
- ./tests/scripts/install.sh GITLAB 3 5
- ./tests/scripts/test.sh GITLAB 3 5
Expand Down

0 comments on commit 1ae33db

Please sign in to comment.