master
Sofus Albert Høgsbro Rose 2017-01-26 17:42:34 -05:00
parent f29a749850
commit d1d4c47b0a
Signed by: so-rose
GPG Key ID: 3D01BE95F3EFFEB9
1 changed files with 2 additions and 1 deletions

View File

@ -13,8 +13,9 @@ after_script:
build:
stage: build
before_script:
- apt-get update && apt-get -y install python3-pip gcc libmagickwand-dev
- apt-get update && apt-get -y install gcc libmagickwand-dev
- pip3 install -r requirements.txt
- ./mkDocs.sh
script:
- python3 setup.py sdist #Build source distribution.
- python3 setup.py bdist_wheel #Build Linux wheel.