Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
thk_motor_driver
Manage
Activity
Members
Labels
Plan
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
thk_libs
microcontrollers
thk_motor_driver
Commits
0d49aca6
Commit
0d49aca6
authored
3 years ago
by
Severin Landwein
Browse files
Options
Downloads
Patches
Plain Diff
.
parent
14a8ed55
No related branches found
No related tags found
No related merge requests found
Pipeline
#159687
failed
3 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
setup-build-env.sh
+2
-3
2 additions, 3 deletions
setup-build-env.sh
with
2 additions
and
3 deletions
setup-build-env.sh
+
2
−
3
View file @
0d49aca6
...
...
@@ -6,10 +6,9 @@ cd ~
# Install arduino-cli
apt-get
install
curl
-y
apt-get
install
bzip2
curl
-L
-o
arduino-cli.tar.bz2
h
https://github.com/arduino/arduino-cli/releases/download/0.22.0/arduino-cli_0.22.0_Linux_64bit.tar.gz
tar
x
j
f arduino-cli.tar.bz2
curl
-L
-o
arduino-cli.tar.bz2 https://github.com/arduino/arduino-cli/releases/download/0.22.0/arduino-cli_0.22.0_Linux_64bit.tar.gz
tar
x
z
f arduino-cli.tar.bz2
-C
/usr/bin/arduino-cli
rm
arduino-cli.tar.bz2
mv
`
ls
-1
`
/usr/bin/arduino-cli
# Install python, pip and pyserial
# apt-get install python -y
...
...
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