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

Merge branch 'feature/cicd' into 'master'

Creation of CI/CD

See merge request physics/electric-field!8
parents 28220d2b 844ac322
No related branches found
No related tags found
1 merge request!8Creation of CI/CD
Pipeline #14346 failed
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