Browse Source

premier test build pipeline

keep-around/173388aab23609129fdb34b14d23d1789765665b
Peio Rigaux 7 years ago
parent
commit
a113af938e
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      .gitlab-ci.yml

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

@ -0,0 +1,8 @@
.job-common: &job-common-definition
tags: [ "docker" ]
script:
- cmake . -DENABLE_TESTS=YES
- make
- make install

Loading…
Cancel
Save