Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Jonas Leder
marlin-anet-a8
Commits
e363428c
Commit
e363428c
authored
10 years ago
by
domonoky
Browse files
Options
Downloads
Patches
Plain Diff
New attempt at copying the libraries.
parent
bcb57f13
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
with
1 addition
and
1 deletion
.travis.yml
+
1
−
1
View file @
e363428c
...
@@ -14,7 +14,7 @@ install:
...
@@ -14,7 +14,7 @@ install:
-
sudo apt-get install arduino
-
sudo apt-get install arduino
before_script
:
before_script
:
# copy TMC and L6470 libraries to arduino dir, as conditional includes do not work in .ino files
# copy TMC and L6470 libraries to arduino dir, as conditional includes do not work in .ino files
-
cp -r ArduinoAddons/Arduino_1.x.x/libraries/ /usr/share/arduino
/libraries/
-
sudo
cp -r ArduinoAddons/Arduino_1.x.x/libraries/ /usr/share/arduino
# add U8glib, LiquidCrystal_I2C & LiquidTWI2 libraries
# add U8glib, LiquidCrystal_I2C & LiquidTWI2 libraries
-
sudo unzip u8glib_arduino_v1.17.zip -d /usr/share/arduino/libraries/
-
sudo unzip u8glib_arduino_v1.17.zip -d /usr/share/arduino/libraries/
-
cd /usr/share/arduino/libraries/
-
cd /usr/share/arduino/libraries/
...
...
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