Skip to content

Commit

Permalink
Restore CI Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sieren committed May 22, 2021
1 parent 549172e commit 412f2aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ install:
# Get required packages - already done above, see addons: apt: packages:
# - sudo apt-get install git wget make libncurses-dev flex bison gperf python python-serial
# Prepare directory for the toolchain
- python3 -m pip || wget -qO- https://bootstrap.pypa.io/pip/3.5/get-pip.py | python3
- mkdir -p ~/esp
- cd ~/esp
# Get ESP-IDF from github
Expand Down Expand Up @@ -55,7 +56,5 @@ script:
# Update configuration so that kconfig doesn't start interactive mode
- mkdir build
- cd build
- cmake ../
- make -j 8
- cmake -DBOARD=M5STACK ../
- cmake -DBOARD=M5STACKCORE2 ../
- make -j 8

0 comments on commit 412f2aa

Please sign in to comment.