Browse Source

Add .gitlab-ci.yml

master
Kieran Kunhya 4 years ago
parent
commit
f64596d98a
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      .gitlab-ci.yml

+ 6
- 0
.gitlab-ci.yml View File

@ -0,0 +1,6 @@
image: gcc
test:
stage: test
script:
- make check

Loading…
Cancel
Save