File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ before_install:
88 - sudo apt-get -qq update
99 - sudo apt-get install -y gnupg git-core build-essential libssl-dev libncurses5-dev unzip gawk subversion mercurial
1010script :
11+
1112 - export CI40_FILE_URL="$CI40_SDK_URL$CI40_SDK.tar.bz2"
1213 - cd $HOME/build && wget $CI40_FILE_URL && tar xfj $CI40_SDK.tar.bz2
1314 - cd $CI40_SDK && ./scripts/feeds update -a && ./scripts/feeds install -a
14- - echo -e "CONFIG_DEVEL=y\nCONFIG_SRC_TREE_OVERRIDE=y" >> .config
15- - ln -s $TRAVIS_BUILD_DIR/.git feeds/creatordev/ provisioning-daemon/git-src
16- - make package/provisioning-daemon/compile -j1 V=s
15+ - sed -i '/^PKG_SOURCE/ d' feeds/creatordev/provisioning-daemon/Makefile
16+ - make package/ provisioning-daemon/prepare USE_SOURCE_DIR=$TRAVIS_BUILD_DIR V=s
17+ - make package/provisioning-daemon/compile V=s
You can’t perform that action at this time.
0 commit comments