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