sdk: run make prereq in tests

Add the tests from packages.git ci[0] to docker test.

[0]: a6d5b5d1c1

Signed-off-by: Paul Spooren <mail@aparcar.org>
pull/42/head
Paul Spooren 2019-12-02 10:56:50 -10:00
parent 200f563a8a
commit f3e9e3230c
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ test-sdk:
stage: test
script:
- cd ~/openwrt
- touch .config
- make prepare-tmpinfo scripts/config/conf
- ./scripts/config/conf --defconfig=.config Config.in
- make prereq
- rm .config
- make defconfig
- ./scripts/feeds update base
- ./scripts/feeds install busybox