Browse Source

Adjusting gitlab-ci build script

merge-requests/3/head
Drew Short 6 years ago
parent
commit
3e4834d251
  1. 5
      .gitlab-ci.yml

5
.gitlab-ci.yml

@ -17,10 +17,11 @@ Atheneum:Pages:
image: python:3.6-slim-stretch image: python:3.6-slim-stretch
stage: pages stage: pages
script: script:
- apt --no-cache install make
- python3 -m pip install pipenv - python3 -m pip install pipenv
- cd server
- pipenv install --dev --system - pipenv install --dev --system
- cd server/documentation
- apt --no-cache install make
- cd documentation
- make html - make html
- mv _build/html/ ../../public/ - mv _build/html/ ../../public/
artifacts: artifacts:

Loading…
Cancel
Save