Conversation
3e977a4 to
4e4d8ad
Compare
0d9d984 to
db03cf5
Compare
|
Ok, now I got it right. ;) @miri64 wanna take a look? |
| - sed -i '35i\ \ BOARDS \\' RIOT/makefiles/docker.inc.mk | ||
| - DOCKER_IMAGE=riotdocker:latest | ||
| BUILD_IN_DOCKER=1 | ||
| BOARDS="arduino-uno esp32-wroom-32 hifive1 msb-430h native pic32-wifire samr21-xpro" |
There was a problem hiding this comment.
Does it make sense to add also native:llvm and samr21-xpro:llvm?
.travis.yml
Outdated
| script: | ||
| - docker build -t riotdocker . | ||
| - docker image ls riotdocker:latest | ||
| - git clone --depth 1 https://github.com/RIOT-OS/RIOT -b 2019.01 |
| - docker build -t riotdocker . | ||
| - docker image ls riotdocker:latest | ||
| - git clone --depth 1 https://github.com/RIOT-OS/RIOT -b 2019.01 | ||
| - sed -i '35i\ \ BOARDS \\' RIOT/makefiles/docker.inc.mk |
There was a problem hiding this comment.
added a hint. without the fix, BOARDS won't propagated into the contianer, making this test build everything. We know how travis likes our full builds...
There was a problem hiding this comment.
BTW. The first two steps would have been better placed in before_script:, but oh well...
|
@miri64 I think I got them all |
miri64
left a comment
There was a problem hiding this comment.
Looks good, sad that a second docker buildtest is needed for LLVM, but this is outside the scope of this PR.
|
Please squash. |
851c815 to
687a75f
Compare
|
Please prefix commit message ;-). |
687a75f to
c692608
Compare
yup, did. Thanks for reviewing! |
|
Re-ACK |
This PR tries to add a build of hello-world for all installed toolchains.
The idea is to get a basic notion of whether the container is able to build RIOT.
I have randomly selected one board for each installed toolchain.