make recurse-samples
it will try to build all samples :)
make test
builds blink and HttpServer_Bootstrap
0.00s$ mkdir -p $TRAVIS_BUILD_DIR/opt/esp-alt-sdk
0.18s$ wget https://bintray.com/artifact/download/kireevco/generic/esp-alt-sdk-1.5.0-linux-x86_64.tar.gz
--2016-01-04 11:16:50-- https://bintray.com/artifact/download/kireevco/generic/esp-alt-sdk-1.5.0-linux-x86_64.tar.gz
Resolving bintray.com (bintray.com)... 75.126.17.2, 108.168.243.152
Connecting to bintray.com (bintray.com)|75.126.17.2|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-01-04 11:16:50 ERROR 404: Not Found.
The command "wget https://bintray.com/artifact/download/kireevco/generic/esp-alt-sdk-1.5.0-linux-x86_64.tar.gz" failed and exited with 8 during .
Your build has been stopped.
POST / HTTP/1.1
User-Agent: curl/7.30.0
Host: 192.168.4.1
Accept: */*
Content-Length: 3
Content-Type: application/x-www-form-urlencoded
asd
server handshake start.
server handshake ok!
Data Recieved
Data Recieved
POST / HTTP/1.1
User-Agent: curl/7.30.0
Host: 192.168.4.1
Accept: */*
Content-Length: 3
Content-Type: application/x-www-form-urlencoded
asd
espconn_secure_set_size(0x02, 8192);
espconn_secure_ca_disable(0x02);
espconn_secure_set_default_certificate(myesp_crt_DER, myesp_crt_DER_len);
espconn_secure_set_default_private_key(myesp_key_DER, myesp_key_DER_len);
espconn_secure_accept(&esp_conn);
server handshake start.
server handshake ok!
server handshake start.
server handshake ok!
make recourse-samples
and show me your log, if it will break somewhre?
c:/espressif/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/5.1.0/../../../../xtensa-lx106-elf/bin/ld.exe: cannot find -lsming
22:00:54 **** Build of configuration SmingRT for project Basic_rBoot ****
make all
Building file: ../app/application.cpp
Invoking: Cross G++ Compiler
g++ -O2 -g -Wall -c -fmessage-length=0 -MMD -MP -MF"app/application.d" -MT"app/application.d" -o "app/application.o" "../app/application.cpp"
../app/application.cpp:1:25: fatal error: user_config.h: No such file or directory
#include <user_config.h>
^
compilation terminated.
make: *** [app/application.o] Error 1