Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
Lima-camera-v4l2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
LimaGroup
Lima-camera-v4l2
Commits
38b6e2ca
Commit
38b6e2ca
authored
Jul 18, 2017
by
Aitor Henry
Committed by
Sebastien Petitdemange
Mar 01, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ci try for v4l2
parent
5d0a3f4c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
.gitlab-ci.yml
.gitlab-ci.yml
+34
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
38b6e2ca
stages
:
-
build
-
test
build
:
stage
:
build
script
:
-
cd ..
-
cp -R /root/* .
-
./install_lima_submodule
-
cd ../lima/camera/v4l2
-
cp -R ../../../lima-camera-v4l2/* .
-
cd ../..
-
./install.sh camera/v4l2 python tests
-
cd ../lima-camera-v4l2
-
cp -R ../lima .
artifacts
:
paths
:
-
lima/
only
:
-
cmake
test
:
stage
:
test
dependencies
:
-
build
script
:
-
cd ..
-
cp -R lima-camera-v4l2/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