File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ 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- - export MAKEFILE_SOURCE_DIR="$TRAVIS_BUILD_DIR/feeds/ci40-weather-station "
11+ - export MAKEFILE_SOURCE_DIR="$TRAVIS_BUILD_DIR"
1212 - export MAKEFILE_DEST_DIR="$HOME/build/custom_feed/ci40-weather-station"
1313 - export MAKEFILE_DEST_PATH="$MAKEFILE_DEST_DIR/Makefile"
1414 - mkdir -p $MAKEFILE_DEST_DIR
@@ -20,4 +20,6 @@ script:
2020 - cd $CI40_SDK && echo src-link custom $HOME/build/custom_feed >> feeds.conf.default
2121 - ./scripts/feeds update -a && ./scripts/feeds install -a
2222 - make package/awalwm2m/compile
23+ - make package/glib2/compile
24+ - make package/curl/compile
2325 - make package/ci40-weather-station/compile -j1 V=s
You can’t perform that action at this time.
0 commit comments