[riot-notifications] [RIOT-OS/RIOT] .murdock: run Kconfig compilation first when needed (#15419)
Alexandre Abadie
notifications at github.com
Tue Nov 17 11:47:11 CET 2020
@aabadie commented on this pull request.
> + BOARD=$board make -C${appdir} clean
+ CCACHE_BASEDIR="$(pwd)" BOARD=$board TOOLCHAIN=$toolchain RIOT_CI_BUILD=1 TEST_KCONFIG=1 \
```suggestion
BOARD=${board} make -C${appdir} clean
CCACHE_BASEDIR="$(pwd)" BOARD=${board} TOOLCHAIN=${toolchain} RIOT_CI_BUILD=1 TEST_KCONFIG=1 \
```
Let's be shellcheck compliant :)
--
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#pullrequestreview-532237354
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201117/1638cefd/attachment.htm>
More information about the notifications
mailing list