Skip to content
Snippets Groups Projects
Commit ca1eef66 authored by Michael Loipführer's avatar Michael Loipführer
Browse files

stuff

parent 60916db5
No related branches found
No related tags found
No related merge requests found
Pipeline #334 failed
......@@ -3,3 +3,7 @@
__pycache__
containers.json
.mypy_cache
*.tar.gz
dist
deb_dist
*.egg-info
\ No newline at end of file
......@@ -23,7 +23,7 @@ stages:
build_buster:
stage: build_buster
script:
- apt install -y python3-stdeb
- apt install -y python3-stdeb python3-all
- ./build.sh
- mkdir -p build/
- mv ../python3-lustmolch*.deb build/
......
#!/usr/bin/env sh
rm -rf deb_dist lustmolch.egg-info dist
python3 setup.py --command-packages=stdeb.command bdist_deb
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment