Build: Remove appveyor and travis leftovers.

This commit is contained in:
lightningterror 2020-11-27 19:55:46 +01:00
parent 705e39473d
commit be85c568ab
3 changed files with 1 additions and 17 deletions

View File

@ -13,8 +13,6 @@ on:
- debian-packager/
- bin/PCSX2_keys.ini.default
- "plugins/LilyPad/**"
- .travis.yml # TODO - remove with travis-ci
- appveyor.yml # TODO - remove with appveyor
pull_request:
branches:
- master
@ -25,8 +23,6 @@ on:
- debian-packager/
- bin/PCSX2_keys.ini.default
- "plugins/LilyPad/**"
- .travis.yml # TODO - remove with travis-ci
- appveyor.yml # TODO - remove with appveyor
jobs:
build:

View File

@ -14,8 +14,6 @@ on:
- bin/PCSX2_keys.ini.default
- "plugins/onepad/**"
- "plugins/onepad_legacy/**"
- .travis.yml # TODO - remove with travis-ci
- appveyor.yml # TODO - remove with appveyor
pull_request:
branches:
- master
@ -27,8 +25,6 @@ on:
- bin/PCSX2_keys.ini.default
- "plugins/onepad/**"
- "plugins/onepad_legacy/**"
- .travis.yml # TODO - remove with travis-ci
- appveyor.yml # TODO - remove with appveyor
jobs:
build:

View File

@ -40,7 +40,7 @@
</ItemGroup>
<Delete Files="@(CruftToDelete)" />
</Target>
<Target Name="InternalBuild" AfterTargets="DebugAll;DevelAll;ReleaseAll;AppVeyor">
<Target Name="InternalBuild" AfterTargets="DebugAll;DevelAll;ReleaseAll">
<MSBuild Projects="@(SolutionSet)" BuildInParallel="false" Properties="Configuration=$(BaseConfiguration)" Targets="Clean" />
<MSBuild Projects="@(ProjectSetCPU)" BuildInParallel="false" Properties="Configuration=%(ConfigCPU.Identity)" Targets="Clean" />
<CallTarget Targets="CleanCruft" />
@ -73,12 +73,4 @@
<ConfigCPU Include="Release AVX2;Release SSE4"/>
</ItemGroup>
</Target>
<Target Name="AppVeyor">
<PropertyGroup>
<BaseConfiguration>Release</BaseConfiguration>
</PropertyGroup>
<ItemGroup>
<ConfigCPU Include="Release AVX2"/>
</ItemGroup>
</Target>
</Project>