Skip to content
Snippets Groups Projects
Commit 4629ab9d authored by Maja Jablonska's avatar Maja Jablonska
Browse files

Add build to CI script

parent 5369a1f1
No related merge requests found
...@@ -6,17 +6,9 @@ cache: ...@@ -6,17 +6,9 @@ cache:
stages: stages:
- publish - publish
before_script:
- apt-get update -yqq
&& apt-get install -yqq --no-install-recommends
make
g++
&& apt-get autoremove -yqq --purge
&& apt-get clean
pypi_publish: pypi_publish:
before_script: before_script:
- pip install twine - pip install build twine
- pip install urllib3==1.26.6 - pip install urllib3==1.26.6
only: only:
- main - main
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment