Skip to content

Commit

Permalink
It's unclear why the build terminates after this step
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrawehr committed Dec 16, 2023
1 parent 8d54946 commit 1092d95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/ArduinoCsCI.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ arduino-cli config init
arduino-cli config add board_manager.additional_urls https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_dev_index.json
arduino-cli core update-index

build.cmd -ci -configuration %2 -preparemachine
REM directly execute PS, we can ignore any test errors.
powershell -ExecutionPolicy ByPass -command "%~dp0eng\common\Build.ps1" -restore -build -ci -configuration %2 -preparemachine

set ArduinoRootDir=%1\Documents\Arduino
set acspath=%~dp0\..\tools\ArduinoCsCompiler\Frontend\bin\%2\net6.0\acs.exe
Expand Down

0 comments on commit 1092d95

Please sign in to comment.