Skip to content
Snippets Groups Projects
Commit 844ac322 authored by tanguy.cavagna's avatar tanguy.cavagna :desktop:
Browse files

Creation of CI/CD

parent 28220d2b
No related branches found
No related tags found
1 merge request!8Creation of CI/CD
image: gcc
stages:
- build
before_script:
- make clean
build:
stage: build
script:
- make
only:
- master
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment