1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

15 Commits

Author SHA1 Message Date
Joakim Nohlgård
97b306d6d9 Makefile.docker: Add tests-% as possible makefile goals 2016-07-14 06:15:01 +02:00
Joakim Nohlgård
8145547659 Makefile.docker: reverse filter arguments for MAKECMDGOALS 2016-07-14 06:14:39 +02:00
Joakim Gebart
2664f536c9 Makefile.docker: pass command line make variables on the command line 2016-03-22 06:32:58 +01:00
Joakim Nohlgård
1bab2553cb Makefile.docker: Pass LTO flag to Docker container 2016-02-05 08:51:55 +01:00
c72538a6cf make: ccache: set ccache basedir to RIOTBASE 2015-08-14 00:31:36 +02:00
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)
2015-08-04 08:37:39 +02:00
Joakim Gebart
13f4c81b03 Makefile.docker: Sort environment variable names 2015-07-21 18:42:40 +02:00
Joakim Gebart
13753cca14 Makefile.scan-build: Add make goal for running Clang static code analysis 2015-07-21 18:42:38 +02:00
Joakim Gebart
9264a08779 Makefile.docker: Pass host time zone to container 2015-07-21 11:35:02 +02:00
Joakim Gebart
28e89e4933 Makefile.docker: Pass TOOLCHAIN variable to Docker container 2015-07-21 11:35:02 +02:00
Joakim Gebart
da74abc8c9 Makefile.docker: Detect if running inside a Docker container 2015-07-21 11:35:02 +02:00
Philipp Rosenkranz
224b03b836 Makefile.docker: added BUILDTEST_VERBOSE env variable 2015-07-16 21:22:57 +02:00
Joakim Gebart
9aa954b6de Makefile.docker: Add BUILDTEST_MCU_GROUP to passed variables 2015-07-07 00:49:38 +02:00
Joakim Gebart
68f3c261b0 docker: Add support for buildtests inside Docker. 2015-05-06 14:04:15 +02:00
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.
2015-05-06 14:03:45 +02:00