Skip to content
Snippets Groups Projects

Initial binary wheel setup

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -14,6 +14,8 @@ default:
# Bootstrap Cookiecutter template to test provided ci pipeline template
before_script:
- python --version # For debugging
- git config user.name "unit test"
- git config user.email "info@astron.nl"
- cookiecutter --no-input --overwrite-if-exists --output-dir . .
- cd my_awesome_app
Loading