From f3e9e3230c458dabcb07113308eec1d560fcdb7d Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Mon, 2 Dec 2019 10:56:50 -1000 Subject: [PATCH] sdk: run make prereq in tests Add the tests from packages.git ci[0] to docker test. [0]: https://github.com/openwrt/packages/commit/a6d5b5d1c1c6ea922afcfff1efac7fb55c9664c4 Signed-off-by: Paul Spooren --- .gitlab/ci/sdk.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab/ci/sdk.yml b/.gitlab/ci/sdk.yml index 37c116a..f290fbc 100644 --- a/.gitlab/ci/sdk.yml +++ b/.gitlab/ci/sdk.yml @@ -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