Skip to content
Snippets Groups Projects
Commit e54329eb authored by Matthieu Boileau's avatar Matthieu Boileau
Browse files

Add .gitlab-ci.yml with a build stage

parent d296d3e9
No related merge requests found
Pipeline #8459 passed with stage
in 2 seconds
helloworld:
build_hello:
stage: build
tags:
- shell, specific
- shell
script:
- echo "hello, world"
- echo "bonjour, monde"
- make
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment