Skip to content
Snippets Groups Projects
Commit 36fd3f4a authored by Corné Lukken's avatar Corné Lukken
Browse files

Small cleanup

parent 9dc7584a
No related branches found
No related tags found
1 merge request!1Initial binary wheel setup
Pipeline #53013 passed with warnings
Pipeline: Python Binary Wheel Package

#53014

    #!/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
    ......@@ -10,7 +10,7 @@ htmlcov/*
    .tox
    # setuptools-scm
    src/python_binary_wheel/_version.py
    src/{{cookiecutter.project_slug}}/_version.py
    # IDE configuration
    .vscode
    ......
    ......@@ -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:
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment