Skip to content

Commit

Permalink
lib
Browse files Browse the repository at this point in the history
  • Loading branch information
matteriot committed Mar 18, 2020
1 parent 1b7d5d3 commit 8b2017a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- platformio update
script:
- mkdir build
- platformio ci --keep-build-dir --build-dir ./build --lib="./lib/esp_framework/src" --project-conf=platformio.ini
- platformio ci --keep-build-dir --build-dir ./build --lib="./lib/esp_framework/src" --lib="./lib/esp_framework/include" --lib="./include" --project-conf=platformio.ini
src/main.cpp
before_deploy:
- platformio ci -h
Expand All @@ -24,5 +24,5 @@ before_deploy:
# - "build/.pio/build/dc1/firmware.bin"
# skip_cleanup: true
# on:
# repo: IoTDevice/phicomm_dc1
# repo: IoTDevice/esp_dc1
# tags: true

0 comments on commit 8b2017a

Please sign in to comment.