Skip to content
Snippets Groups Projects
Commit 6b743575 authored by BRONES Romain's avatar BRONES Romain
Browse files

feat: Try gitlab pipeline

parent 99368f9c
Branches
Tags
No related merge requests found
Pipeline #3255 passed
image: python:latest
stages: # List of stages for jobs, and their order of execution
- build
build-job: # This job runs in the build stage, which runs first.
stage: build
script:
- echo "Compiling the code..."
- make build
- echo "Compile complete."
......@@ -3,6 +3,8 @@
VERSION:
echo version=\'$(shell git describe --tags | sed 's/\(.*\)-.*/\1/')\' > FofbTool/_version.py
build: VERSION
python setup.py sdist
clean:
rm -f FofbTool/_version.py
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment