Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
9bd728d7
Commit
9bd728d7
authored
Dec 14, 2016
by
PRUVOST Florent
Browse files
update .gitlab-ci.yml tu run real tests: ctest command
parent
b8cd44aa
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9bd728d7
job1
:
script
:
"
/home/ci/gitlab/test.sh"
\ No newline at end of file
variables
:
GIT_STRATEGY
:
fetch
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment