[riot-notifications] [RIOT-OS/RIOT] .murdock: run Kconfig compilation first when needed (#15419)
Leandro Lanzieri
notifications at github.com
Mon Nov 16 10:03:58 CET 2020
@leandrolanzieri commented on this pull request.
> @@ -240,37 +240,46 @@ compile() {
[ $# -ne 2 ] && error "$0: compile: invalid parameters (expected \$appdir \$board:\$toolchain)"
[ ! -d "$appdir" ] && error "$0: compile: error: application directory \"$appdir\" doesn't exist"
- # compile
+ # We compile a first time with Kconfig based dependency
+ # resolution for regression purposes. $TEST_KCONFIG contains a
+ # list of board-application tuples that are currently modeled to
+ # run with Kconfig
+
+ # we can't use '-' in variable names
+ _board=$(echo ${board} | tr '-' '_')
Removed
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15419#discussion_r523993676
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201116/c638f0fc/attachment.htm>
More information about the notifications
mailing list