Renamed Github vs2022.yml to visual-studio.yml

This commit is contained in:
John Wellbelove 2023-03-09 11:33:12 +00:00
parent a530f7f2e5
commit 6a982b8053
4 changed files with 2 additions and 82 deletions

View File

@ -1,76 +0,0 @@
name: vs2019
on:
push:
branches: [ master, development]
pull_request:
branches: [ master ]
jobs:
build-windows-vs2019-stl:
name: Windows VS2019 Debug - STL
runs-on: [windows-2019]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
- name: Build
run: |
git fetch --tags
cmake -G "Visual Studio 16 2019" -AWin32 -DBUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=OFF ./
MSBuild.exe -version
MSBuild.exe .\etl.sln
- name: Run tests
run: test/Debug/etl_tests.exe
build-windows-vs2019-no-stl:
name: Windows VS2019 Debug - No STL
runs-on: [windows-2019]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
- name: Build
run: |
git fetch --tags
cmake -G "Visual Studio 16 2019" -AWin32 -DBUILD_TESTS=ON -DNO_STL=ON -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=OFF ./
MSBuild.exe -version
MSBuild.exe .\etl.sln
- name: Run tests
run: test/Debug/etl_tests.exe
build-windows-vs2019-stl-force-cpp03:
name: Windows VS2019 Debug - STL - Force C++03
runs-on: [windows-2019]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
- name: Build
run: |
git fetch --tags
cmake -G "Visual Studio 16 2019" -AWin32 -DBUILD_TESTS=ON -DNO_STL=OFF -DETL_USE_TYPE_TRAITS_BUILTINS=OFF -DETL_USER_DEFINED_TYPE_TRAITS=OFF -DETL_FORCE_TEST_CPP03=ON ./
MSBuild.exe -version
MSBuild.exe .\etl.sln
- name: Run tests
run: test/Debug/etl_tests.exe

View File

@ -12670,8 +12670,7 @@
<None Include="..\..\.gitattributes" />
<None Include="..\..\.github\workflows\clang.yml" />
<None Include="..\..\.github\workflows\gcc.yml" />
<None Include="..\..\.github\workflows\vs2019.yml" />
<None Include="..\..\.github\workflows\vs2022.yml" />
<None Include="..\..\.github\workflows\visual-studio.yml" />
<None Include="..\..\.gitignore" />
<None Include="..\..\.gitmodules" />
<None Include="..\..\appveyor.yml" />

View File

@ -3472,9 +3472,6 @@
<None Include="..\..\.github\workflows\gcc.yml">
<Filter>Resource Files\CI\Github</Filter>
</None>
<None Include="..\..\.github\workflows\vs2019.yml">
<Filter>Resource Files\CI\Github</Filter>
</None>
<None Include="..\runsanitychecks.sh">
<Filter>Tests\Scripts</Filter>
</None>
@ -3529,7 +3526,7 @@
<None Include="..\runtests-02.sh">
<Filter>Tests\Scripts</Filter>
</None>
<None Include="..\..\.github\workflows\vs2022.yml">
<None Include="..\..\.github\workflows\visual-studio.yml">
<Filter>Resource Files\CI\Github</Filter>
</None>
</ItemGroup>