Joakim Nohlgård
97b306d6d9
Makefile.docker: Add tests-% as possible makefile goals
7 years ago
Joakim Nohlgård
8145547659
Makefile.docker: reverse filter arguments for MAKECMDGOALS
7 years ago
Joakim Gebart
2664f536c9
Makefile.docker: pass command line make variables on the command line
7 years ago
Joakim Nohlgård
1bab2553cb
Makefile.docker: Pass LTO flag to Docker container
7 years ago
Kaspar Schleiser
c72538a6cf
make: ccache: set ccache basedir to RIOTBASE
8 years ago
Joakim Gebart
e95a4c50a9
make: Build with -Werror by default
...
Can be overridden from the environment by setting WERROR=0
also remove reversed logic for Werror in Makefile.buildtest
(a typo caused Werror to be always enabled for all builds)
8 years ago
Joakim Gebart
13f4c81b03
Makefile.docker: Sort environment variable names
8 years ago
Joakim Gebart
13753cca14
Makefile.scan-build: Add make goal for running Clang static code analysis
8 years ago
Joakim Gebart
9264a08779
Makefile.docker: Pass host time zone to container
8 years ago
Joakim Gebart
28e89e4933
Makefile.docker: Pass TOOLCHAIN variable to Docker container
8 years ago
Joakim Gebart
da74abc8c9
Makefile.docker: Detect if running inside a Docker container
8 years ago
Philipp Rosenkranz
224b03b836
Makefile.docker: added BUILDTEST_VERBOSE env variable
8 years ago
Joakim Gebart
9aa954b6de
Makefile.docker: Add BUILDTEST_MCU_GROUP to passed variables
8 years ago
Joakim Gebart
68f3c261b0
docker: Add support for buildtests inside Docker.
8 years ago
Joakim Gebart
3b85f10217
docker: Refactor Makefile.include, split to Makefile.docker
...
- Better support for passing environment variables to the Docker container.
- Move Docker-related definitions into Makefile.docker.
- Only environment variables that originates from the command line or
the environment will be passed to the Docker container.
8 years ago