Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Gitlab CI #12

Merged
merged 13 commits into from
May 9, 2020
Next Next commit
Test gitlab-ci
  • Loading branch information
araffin committed May 9, 2020
commit e6549be561fff86dac00dafe8a1df4649c55f815
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
stages:
- test

test:
stage: test
script:
- apt-get install -y python-dev python-pip cmake
- pip install -e .[extra,docs,tests]
- make type