Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
ubuntu1804/ | 11-Mar-2024 | - | 16 | 11 | ||
ubuntu2004/ | 11-Mar-2024 | - | 17 | 12 | ||
README.md | D | 11-Mar-2024 | 337 | 18 | 9 | |
build_all.sh | D | 11-Mar-2024 | 238 | 9 | 4 |
README.md
1Docker files 2------------ 3 4This folder contains docker files that are used in testing nanopb automatically 5on various platforms. 6 7By default they take the newest master branch code from github. 8 9To build tests for a single target, use for example: 10 11 docker build ubuntu1804 12 13To build tests for all targets, use: 14 15 ./build_all.sh 16 17 18