mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
update HTTPCLIENT_1_1_COMPATIBLE (#5389)
* update HTTPCLIENT_1_1_COMPATIBLE: #if instead if #ifdef, set to 1 by default host emulation updates * host CI: minor simplification * revert -j
This commit is contained in:
committed by
Earle F. Philhower, III
parent
4f86a68b56
commit
116da1881c
@ -134,7 +134,7 @@ function build_docs()
|
||||
function run_host_tests()
|
||||
{
|
||||
pushd host
|
||||
make FORCE32=0 OPTZ=-O0 CI
|
||||
make CI
|
||||
make clean-objects
|
||||
popd
|
||||
}
|
||||
|
Reference in New Issue
Block a user