Skip to content
Snippets Groups Projects
Commit a4c7a4db authored by Daniele Tavagnacco's avatar Daniele Tavagnacco
Browse files

added CI

parent 2a9dc34c
No related branches found
No related tags found
No related merge requests found
Pipeline #26375 passed
stages:
- build # section name of the CI pipeline
build_job:
stage: build # section where to run the job
tags:
- git-run-ia2 # who is running the job
script:
- echo "Building the application..."
- python -m py_compile program.py
- echo "Building complete."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment