File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,17 @@ image is to create an easy-to-install portable system for running unit tests wit
1919 * Ruby 2.7.1
2020
2121## Usage
22- ` docker run -it --rm -v <local project path>:/project throwtheswitch/madsciencelab[:tag] `
22+
23+ ### Generating Dockerfiles
24+
25+ ` ./build.sh --dir build/standard --variant "" --version 1.0.0-prerelease `
26+
27+ ` ./build.sh --dir build/standard --dir build/plugins --version 1.0.0-prerelease `
28+
29+ ` ./build.sh --dir build/arm-none-eabi --version 1.0.0-prerelease `
30+
31+ ` ./build.sh --dir build/arm-none-eabi --dir build/plugins --dir build/arm-none-eabi-plugins --version 1.0.0-prerelease `
32+
2333
2434## Basic Articles Discussing Unit Testing
2535 * This docker image uses Ceedling to build "native" code as described [ here] ( http://www.throwtheswitch.org/build/which )
You can’t perform that action at this time.
0 commit comments