• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

ubuntu1804/11-Mar-2024-1611

ubuntu2004/11-Mar-2024-1712

README.mdD11-Mar-2024337 189

build_all.shD11-Mar-2024238 94

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