We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549172e commit 412f2aaCopy full SHA for 412f2aa
.travis.yml
@@ -21,6 +21,7 @@ install:
21
# Get required packages - already done above, see addons: apt: packages:
22
# - sudo apt-get install git wget make libncurses-dev flex bison gperf python python-serial
23
# Prepare directory for the toolchain
24
+ - python3 -m pip || wget -qO- https://bootstrap.pypa.io/pip/3.5/get-pip.py | python3
25
- mkdir -p ~/esp
26
- cd ~/esp
27
# Get ESP-IDF from github
@@ -55,7 +56,5 @@ script:
55
56
# Update configuration so that kconfig doesn't start interactive mode
57
- mkdir build
58
- cd build
- - cmake ../
59
- - make -j 8
60
- - cmake -DBOARD=M5STACK ../
+ - cmake -DBOARD=M5STACKCORE2 ../
61
- make -j 8
0 commit comments