Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MicroCART
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Distributed Autonomous Networked Control Lab
MicroCART
Commits
5745bf39
"src" did not exist on "9dcca4b719f8085d824a35f61673bef39fc76b4f"
Commit
5745bf39
authored
7 years ago
by
ucart
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://git.ece.iastate.edu/danc/MicroCART_17-18
parents
e745f8c7
289c15e9
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
documentation/ci_faq.md
+5
-0
5 additions, 0 deletions
documentation/ci_faq.md
with
6 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
5745bf39
image
:
ruby:2.3
before_script
:
-
apt-get update -qq && apt-get install -y -qq libbluetooth-dev cmake valgrind
-
apt-get update -qq && apt-get install -y -qq libbluetooth-dev cmake valgrind
qt5-default qt5-qmake
stages
:
-
build
...
...
This diff is collapsed.
Click to expand it.
documentation/ci_faq.md
+
5
−
0
View file @
5745bf39
...
...
@@ -28,6 +28,11 @@ condition.
thing is to fix the test so that we continue to have good regression
test coverage over our code.
## My build failed due to unavailable software. How do I install things on CI?
Each build is run within a docker image. Add whatever software you need on the
`sudo apt install ...`
line inside of the
`.gitlab-ci.yml`
file in the root
directory.
## How does CI work?
When a commit is added to a branch in our repository, a notification is sent out
to our gitlab-ci-runner, which instructs it to checkout the updated branch and
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment