Skip to content

Commit

Permalink
Things are strange here
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrawehr committed Dec 16, 2023
1 parent 1092d95 commit b4378d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eng/ArduinoCsCI.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ arduino-cli config add board_manager.additional_urls https://raw.githubuserconte
arduino-cli core update-index

REM directly execute PS, we can ignore any test errors.
powershell -ExecutionPolicy ByPass -command "%~dp0eng\common\Build.ps1" -restore -build -ci -configuration %2 -preparemachine
powershell -ExecutionPolicy ByPass -command "%~dp0common\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 All @@ -26,7 +26,8 @@ git clone https://github.com/firmata/ConfigurableFirmata %ArduinoRootDir%\librar
git clone https://github.com/pgrawehr/ExtendedConfigurableFirmata %ArduinoRootDir%\ExtendedConfigurableFirmata
arduino-cli core install esp32:esp32

git branch --list "*main"
git fetch --all
git branch --list
REM Check whether any compiler files have changed - if so, enable the (long running) compiler tests
git diff --name-status main | find /C /I "tools/ArduinoCsCompiler"
REM Find returns 1 when the string was NOT found, we want to set the variable to true when it does find something
Expand Down

0 comments on commit b4378d1

Please sign in to comment.