Commit 6960172c authored by mic's avatar mic

Add .gitlab-ci.yml

parent c562e5dc
Pipeline #6 canceled with stages
build:
stage: build
script:
- echo "Build"
- mkdir build
- echo "gitlab ci" >/build/info.txt
artifacts:
paths:
- build/
test:
stage: test
script:
- echo "Testing"
- test -f "build/info.txt"
\ No newline at end of file
Markdown is supported
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