Skip to content
Snippets Groups Projects
Commit 6b964562 authored by LABOUREL Arnaud's avatar LABOUREL Arnaud
Browse files

test

parent 04c777f4
No related branches found
No related tags found
No related merge requests found
include:
- local: 'TP2/.gitlab-ci.yml'
build:
- build_tp_2
stages:
- build
- test
- coverage
.build_tp:
variables:
......@@ -15,12 +15,15 @@ build:
- build ${SOFTWARE_ROOT}
build_tp_2:
stage:
build
extends: .build_tp
variables:
SOFTWARE_ROOT: "TP2/"
.test:
.test_tp:
stage:
test
variables:
SOFTWARE_ROOT: ""
script:
......@@ -28,12 +31,14 @@ build_tp_2:
- test ${SOFTWARE_ROOT}
test_tp_2:
stage:
test
extends: .test
variables:
SOFTWARE_ROOT: "TP2/"
.coverage:
.coverage_tp:
variables:
SOFTWARE_ROOT: ""
script:
......@@ -42,5 +47,7 @@ test_tp_2:
coverage_tp_2:
extends: .coverage
stage:
coverage
variables:
SOFTWARE_ROOT: "TP2/"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment