Skip to content

Commit

Permalink
Install cmake requirement in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
grihabor committed Sep 18, 2018
1 parent 8a44c23 commit 6ecb8b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ py35-wheel:
stage: dist
image: python:3.5-alpine
script:
- apk update && apk add cmake
- pip install --upgrade pip setuptools wheel
- python setup.py bdist_wheel
artifacts:
Expand All @@ -24,6 +25,7 @@ py36-wheel:
stage: dist
image: python:3.6-alpine
script:
- apk update && apk add cmake
- pip install --upgrade pip setuptools wheel
- python setup.py bdist_wheel
artifacts:
Expand All @@ -34,6 +36,7 @@ py37-wheel:
stage: dist
image: python:3.7-alpine
script:
- apk update && apk add cmake
- pip install --upgrade pip setuptools wheel
- python setup.py bdist_wheel
artifacts:
Expand Down

0 comments on commit 6ecb8b2

Please sign in to comment.