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

Fix paths and submodule hooks

parent 4da2b701
No related branches found
No related tags found
1 merge request!1Initial binary wheel setup
Pipeline #52954 failed
Pipeline: Python Binary Wheel Package

#52955

    ......@@ -14,9 +14,8 @@ default:
    # Bootstrap Cookiecutter template to test provided ci pipeline template
    before_script:
    - python --version # For debugging
    - cookiecutter --no-input --overwrite-if-exists ./
    - cookiecutter --no-input --overwrite-if-exists --output-dir . .
    - cd my_awesome_app
    - git init
    # Override unit test before script
    .run_unit_test_version_base:
    ......
    [submodule "{{cookiecutter.project_slug}}/cmake/cmake-extra-utils"]
    path = {{cookiecutter.project_slug}}/cmake/cmake-extra-utils
    url = https://github.com/LecrisUT/CMakeExtraUtils.git
    ......@@ -42,4 +42,5 @@ cookiecutter https://git.astron.nl/templates/python-binary-wheel-package.git
    ```
    ## License
    This project is licensed under the Apache License Version 2.0
    \ No newline at end of file
    #!/bin/bash
    git init
    git add --all
    git commit -m "initial commit"
    git tag v0.0.1
    git submodule add https://github.com/LecrisUT/CMakeExtraUtils.git cmake/cmake-extra-utils
    \ No newline at end of file
    # {{cookiecutter.project_name}}
    <!-- TODO: replace -->
    ![Build status]({{cookiecutter.project_url}}/badges/main/pipeline.svg)
    ![Test coverage]({{cookiecutter.project_url}}/badges/main/coverage.svg)
    <!-- ![Latest release](https://git.astron.nl/templates/python-package/badges/main/release.svg) -->
    ![Latest release]({{cookiecutter.project_url}}/badges/main/release.svg)
    {{cookiecutter.description}}
    ......
    Subproject commit 26450da9dceea86a809fe1a38c095a0c988a6159
    ......@@ -11,6 +11,7 @@ setenv =
    LANGUAGE=en_US
    LC_ALL=en_US.UTF-8
    PYTHONWARNINGS=default::DeprecationWarning
    DYNAMIC_VERSION_SOURCE={toxinidir}
    deps =
    -r{toxinidir}/requirements.txt
    -r{toxinidir}/tests/requirements.txt
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment