Commit d8cc0832 authored by Andrey Zhdanov's avatar Andrey Zhdanov
Browse files

add .gitlab-ci.yml

parent 0f83fd0f
image: generic-c
stages:
- build
- test
build:
stage: build
script:
- make
test:
stage: test
script:
- make test
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