From 0d776516cc8e4d20ffa36ffed6793720b02a93e1 Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Tue, 26 Feb 2019 12:37:39 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17846c0..d526127 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,6 +6,20 @@ stages: compile: stage: compile script: - - ls . ~/ + - cd ~/build_dir + - echo "==== extract sdk ====" + - rsync -av "$SDK_HOST::downloads/$SDK_PATH/$SDK_FILE" ~/sdk/ + - tar Jxf ~/sdk/$SDK_FILE --strip=1 + - echo "==== run feed ====" + - cat > feeds.conf < /dev/null + - ./scripts/feeds install -a > /dev/null + - make defconfig > /dev/null + - sed -i 's/# CONFIG_BUILD_LOG is not set/CONFIG_BUILD_LOG=y/' .config + - for PKG in /builds/$CI_PROJECT_PATH/wifictld/* ; do echo $PKG; done artifacts: paths: \ No newline at end of file