Skip to content
Snippets Groups Projects
Commit 9ab8ea32 authored by Daniel van der Schuur's avatar Daniel van der Schuur
Browse files

-Added .gitlab-ci.yml.

parent d20463f1
No related branches found
No related tags found
1 merge request!174Added .gitlab-ci.yml
Pipeline #21006 failed
stages:
- build
- test
build:
stage: build
script:
- echo "Building"
- mkdir build
- touch build/info.txt
test:
stage: test
script:
- echo "Testing"
- test -f "build/info.txt"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment