Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9bd728d7 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

update .gitlab-ci.yml tu run real tests: ctest command

parent b8cd44aa
No related branches found
No related tags found
No related merge requests found
Pipeline #
job1: variables:
script: "/home/ci/gitlab/test.sh" GIT_STRATEGY: fetch
\ No newline at end of file GIT_DEPTH: "3"
stages:
- build
- test
build:
stage: build
script:
- git submodule init
- git submodule update
- mkdir build
- cd build
- cmake ..
- make -j2
test:
stage: test
script: ctest
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment