Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LimaGroup
Lima-camera-pilatus
Commits
5182e5a3
Commit
5182e5a3
authored
Jul 28, 2017
by
Aitor Henry
Committed by
Sebastien Petitdemange
Mar 01, 2018
Browse files
CI file for gitlab-ci.
parent
93b2dc3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
5182e5a3
stages
:
-
build
-
test
build
:
stage
:
build
script
:
-
cd ..
-
cp -R /root/* .
-
./install_lima_submodule
-
cd lima/camera/pilatus
-
cp -R ../../../lima-camera-pilatus/* .
-
cd ../..
-
./install.sh camera/pilatus python tests cbf fits tiff hdf5 config
-
cd ../lima-camera-pilatus
-
cp -R ../lima .
artifacts
:
paths
:
-
lima/
only
:
-
cmake
test
:
stage
:
test
dependencies
:
-
build
script
:
-
cd ..
-
cp -R lima-camera-pilatus/lima .
-
cd lima/cmake-build/
-
ctest --timeout
10
only
:
-
cmake
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