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
Branches
Tags
No related merge requests found
......@@ -6,17 +6,9 @@ cache:
stages:
- 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:
before_script:
- pip install twine
- pip install build twine
- pip install urllib3==1.26.6
only:
- 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