Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DIOT Monitoring Module
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Monitor
Incidents
Service Desk
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
Projects
DIOT Monitoring Module
Commits
0c063dec
Commit
0c063dec
authored
3 years ago
by
Christos Gentsos
Browse files
Options
Downloads
Patches
Plain Diff
Utils: update docker build script
parent
4d119101
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main_fw/build/docker_build.sh
+1
-5
1 addition, 5 deletions
main_fw/build/docker_build.sh
with
1 addition
and
5 deletions
main_fw/build/docker_build.sh
+
1
−
5
View file @
0c063dec
#!/bin/bash
docker create
--name
build_cont arm-clang-coast:latest /bin/bash
-c
"cd diot-monimod/main_fw/build; make clean; make -j9"
docker
cp
../../../diot-monimod build_cont:/root/
docker start
-a
build_cont
docker
cp
build_cont:/root/diot-monimod/main_fw/build/.
.
docker
rm
build_cont
docker run
--rm
-it
-v
$(
pwd
)
/../../:/root/diot-monimod arm-clang-coast bash
-c
'cd /root/diot-monimod/main_fw/build && pwd && echo '
"
$@
"
' && make clean && make '
"
$@
"
This diff is collapsed.
Click to expand it.
Preview
0%
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