Added missing CI scripts to the project

This commit is contained in:
John Wellbelove 2025-10-01 18:58:27 +01:00 committed by John Wellbelove
parent ad1679ff93
commit 9c3e786509
2 changed files with 8 additions and 0 deletions

View File

@ -11398,11 +11398,13 @@
<None Include="..\..\.github\workflows\clang-c++14.yml" />
<None Include="..\..\.github\workflows\clang-c++17.yml" />
<None Include="..\..\.github\workflows\clang-c++20.yml" />
<None Include="..\..\.github\workflows\clang-c++23.yml" />
<None Include="..\..\.github\workflows\clang-syntax-checks.yml" />
<None Include="..\..\.github\workflows\gcc-c++11.yml" />
<None Include="..\..\.github\workflows\gcc-c++14.yml" />
<None Include="..\..\.github\workflows\gcc-c++17.yml" />
<None Include="..\..\.github\workflows\gcc-c++20.yml" />
<None Include="..\..\.github\workflows\gcc-c++23.yml" />
<None Include="..\..\.github\workflows\msvc.yml" />
<None Include="..\..\.github\workflows\gcc-syntax-checks.yml" />
<None Include="..\..\.github\workflows\platformio-update.yml" />

View File

@ -3895,6 +3895,12 @@
<None Include="..\..\..\etl-arduino\.github\workflows\platformio-update.yml">
<Filter>ETL\Arduino</Filter>
</None>
<None Include="..\..\.github\workflows\clang-c++23.yml">
<Filter>Resource Files\CI\Github</Filter>
</None>
<None Include="..\..\.github\workflows\gcc-c++23.yml">
<Filter>Resource Files\CI\Github</Filter>
</None>
</ItemGroup>
<ItemGroup>
<Text Include="..\..\support\Release notes.txt">