Skip to content

Commit

Permalink
Use MinGW latest; Pre-build bearssl-esp8266 and allow it to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Oct 23, 2020
1 parent 1a3805e commit 9159607
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .appveyor/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,19 @@ set MAKE_PARALLEL=make -j2

REM Move samples and tests into directory outside of the Sming repo.
set SMING_PROJECTS_DIR=%APPVEYOR_BUILD_FOLDER%\..
move ../samples %SMING_PROJECTS_DIR%
move ../tests %SMING_PROJECTS_DIR%
move ..\samples %SMING_PROJECTS_DIR%
move ..\tests %SMING_PROJECTS_DIR%

REM This will build the Basic_Blink application and most of the framework Components
cd %SMING_PROJECTS_DIR%/samples/Basic_Blink
make help
make list-config
%MAKE_PARALLEL% || goto :error

REM This may fail (cygwin memory error) so let it
cd %SMING_PROJECTS_DIR%\tests\HostTests
%MAKE_PARALLEL% bearssl-esp8266-build

cd %SMING_HOME%

if "%SMING_ARCH%" == "Host" (
Expand Down
2 changes: 1 addition & 1 deletion .appveyor/install.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
REM Windows install script

rmdir /s /q c:\MinGW
curl -LO %SMINGTOOLS%/MinGW.7z
curl -Lo MinGW.7z %SMINGTOOLS%/MinGW-2020-10-19.7z
7z -oC:\ x MinGW.7z

goto :%SMING_ARCH%
Expand Down

0 comments on commit 9159607

Please sign in to comment.