Skip to content
Snippets Groups Projects
Commit b9fdf812 authored by Kyle Klenk (kck540)'s avatar Kyle Klenk (kck540)
Browse files

Update .gitlab-ci.yml file

parent 6078862f
No related branches found
No related tags found
No related merge requests found
# Define the stages of the CI pipeline
stages:
- build
- test
# Define the build job
build:
stage: build
script:
- echo "Building program"
- cd build/cmake
- mkdir build
- cd build
- cmake ..
- make
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment