mirror of
https://github.com/google/pebble.git
synced 2025-03-19 10:31:21 +00:00
18 lines
337 B
Markdown
18 lines
337 B
Markdown
|
Docker files
|
||
|
------------
|
||
|
|
||
|
This folder contains docker files that are used in testing nanopb automatically
|
||
|
on various platforms.
|
||
|
|
||
|
By default they take the newest master branch code from github.
|
||
|
|
||
|
To build tests for a single target, use for example:
|
||
|
|
||
|
docker build ubuntu1804
|
||
|
|
||
|
To build tests for all targets, use:
|
||
|
|
||
|
./build_all.sh
|
||
|
|
||
|
|