8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make -j2 CI
1 parent 3e567e9 commit 79fc0b3Copy full SHA for 79fc0b3
tests/ci/host_test.sh
@@ -7,14 +7,14 @@ set -ev
7
cd $TRAVIS_BUILD_DIR/tests/host
8
9
10
-make -j2 ssl
+make -j2 FORCE32=0 ssl
11
for i in ../../libraries/ESP8266WiFi/examples/WiFiClient/WiFiClient \
12
../../libraries/ESP8266WiFi/examples/BearSSL_Validation/BearSSL_Validation \
13
../../libraries/ESP8266WebServer/examples/HelloServer/HelloServer \
14
../../libraries/SD/examples/Files/Files \
15
../../libraries/LittleFS/examples/LittleFS_Timestamp/LittleFS_Timestamp \
16
../../libraries/LittleFS/examples/SpeedTest/SpeedTest ; do
17
- make -j2 D=1 $i
+ make -j2 D=1 FORCE32=0 $i
18
valgrind --leak-check=full --track-origins=yes --error-limit=no --show-leak-kinds=all --error-exitcode=999 bin/$(basename $i)/$(basename $i) -1
19
done
20
0 commit comments