Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/PI/raspbian-dockerfile-taskrunner #5

Merged
merged 11 commits into from
Mar 8, 2020

Conversation

colton-smith
Copy link
Member

This feature branch reuses a Dockerfile and some parts of the readme created by Mark Duffet for CompV at: ParadigmHyperloop/comp5-software#7

Pidaq/docker/README.md - lower level instructions including docker commands
Pidaq/README.md - instructions for pi development and using taskrunner

Features:

  • Dockerfile for raspbian with clang configuration
  • Updated the readmes and renamed some semantic items to fit testing-software
  • Vscode task runner + "Tasks" extension by actboy168 configured for one-click compile and run for raspberry pi architecture
  • echoTest task to test the functionality of the task runner
  • BuildPiImage task to build the PI container image, 15 minutes the first time and then ~3 seconds when the large items are cached
  • compileRunPiHelloWorld task to compile and run a "Hello World" c++ program in the raspbian image

@colton-smith colton-smith changed the title Feature/pi/raspbian dockerfile taskrunner feature/PI/raspbian dockerfile taskrunner Mar 2, 2020
@colton-smith colton-smith changed the title feature/PI/raspbian dockerfile taskrunner feature/PI/raspbian-dockerfile-taskrunner Mar 2, 2020
Pidaq/README.md Outdated

Includes relevant examples
***
Ensure docker is installed and running on your machine. Windows 10 Home does not have proper support for docker, however MUN offers a free upgrade to windows 10 education which is fully featured. The update is easy, unintrusive, and tasks less than 1 hour.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lil typo here, "tasks" should be "takes"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Pidaq/.gitignore Outdated
@@ -0,0 +1 @@
!important vscode/tasks.json
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be .vscode/tasks.json? I think that directory is still getting gitignored, just noticed this when following the instructions on the README

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're correct, fixed

Copy link
Member

@Burke-Daniel Burke-Daniel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works perfect on my machine now. Good to merge.

@colton-smith colton-smith merged commit 6217a79 into master Mar 8, 2020
@colton-smith colton-smith deleted the feature/PI/raspbian-dockerfile-taskrunner branch March 8, 2020 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants