Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Python Binary Wheel Package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON Templates
Python Binary Wheel Package
Commits
36fd3f4a
Commit
36fd3f4a
authored
2 years ago
by
Corné Lukken
Browse files
Options
Downloads
Patches
Plain Diff
Small cleanup
parent
9dc7584a
No related branches found
No related tags found
1 merge request
!1
Initial binary wheel setup
Pipeline
#53013
passed with warnings
2 years ago
Stage: prepare
Stage: lint
Stage: test
Stage: package
Stage: integration
Pipeline: Python Binary Wheel Package
#53014
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
hooks/post_gen_project.sh
+3
-3
3 additions, 3 deletions
hooks/post_gen_project.sh
{{cookiecutter.project_slug}}/.gitignore
+1
-1
1 addition, 1 deletion
{{cookiecutter.project_slug}}/.gitignore
{{cookiecutter.project_slug}}/.gitlab-ci.yml
+0
-10
0 additions, 10 deletions
{{cookiecutter.project_slug}}/.gitlab-ci.yml
with
4 additions
and
14 deletions
hooks/post_gen_project.sh
+
3
−
3
View file @
36fd3f4a
#!/bin/bash
git init
git submodule add https://github.com/LecrisUT/CMakeExtraUtils.git cmake/cmake-extra-utils
git add
--all
git commit
-m
"initial commit"
--author
=
"Lukken <lukken@astron.nl>"
--no-edit
git commit
-m
"initial commit"
--no-edit
git tag v0.0.1
\ No newline at end of file
git submodule add https://github.com/LecrisUT/CMakeExtraUtils.git cmake/cmake-extra-utils
\ No newline at end of file
This diff is collapsed.
Click to expand it.
{{cookiecutter.project_slug}}/.gitignore
+
1
−
1
View file @
36fd3f4a
...
...
@@ -10,7 +10,7 @@ htmlcov/*
.tox
# setuptools-scm
src/
python_binary_wheel
/_version.py
src/
{{cookiecutter.project_slug}}
/_version.py
# IDE configuration
.vscode
...
...
This diff is collapsed.
Click to expand it.
{{cookiecutter.project_slug}}/.gitlab-ci.yml
+
0
−
10
View file @
36fd3f4a
...
...
@@ -80,16 +80,6 @@ run_unit_tests_coverage:
package_files
:
stage
:
package
image
:
python:3.8
# make a docker daemon available for cibuildwheel to use
# services:
# - name: docker:dind
# entrypoint: [ "env", "-u", "DOCKER_HOST" ]
# command: [ "dockerd-entrypoint.sh" ]
# variables:
# DOCKER_HOST: tcp://docker:2375/
# DOCKER_DRIVER: overlay2
# # See https://github.com/docker-library/docker/pull/166
# DOCKER_TLS_CERTDIR: ""
artifacts
:
expire_in
:
1w
paths
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment