mirror of https://github.com/PCSX2/pcsx2.git
Build: Remove appveyor and travis leftovers.
This commit is contained in:
parent
705e39473d
commit
be85c568ab
|
@ -13,8 +13,6 @@ on:
|
||||||
- debian-packager/
|
- debian-packager/
|
||||||
- bin/PCSX2_keys.ini.default
|
- bin/PCSX2_keys.ini.default
|
||||||
- "plugins/LilyPad/**"
|
- "plugins/LilyPad/**"
|
||||||
- .travis.yml # TODO - remove with travis-ci
|
|
||||||
- appveyor.yml # TODO - remove with appveyor
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
@ -25,8 +23,6 @@ on:
|
||||||
- debian-packager/
|
- debian-packager/
|
||||||
- bin/PCSX2_keys.ini.default
|
- bin/PCSX2_keys.ini.default
|
||||||
- "plugins/LilyPad/**"
|
- "plugins/LilyPad/**"
|
||||||
- .travis.yml # TODO - remove with travis-ci
|
|
||||||
- appveyor.yml # TODO - remove with appveyor
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -14,8 +14,6 @@ on:
|
||||||
- bin/PCSX2_keys.ini.default
|
- bin/PCSX2_keys.ini.default
|
||||||
- "plugins/onepad/**"
|
- "plugins/onepad/**"
|
||||||
- "plugins/onepad_legacy/**"
|
- "plugins/onepad_legacy/**"
|
||||||
- .travis.yml # TODO - remove with travis-ci
|
|
||||||
- appveyor.yml # TODO - remove with appveyor
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
@ -27,8 +25,6 @@ on:
|
||||||
- bin/PCSX2_keys.ini.default
|
- bin/PCSX2_keys.ini.default
|
||||||
- "plugins/onepad/**"
|
- "plugins/onepad/**"
|
||||||
- "plugins/onepad_legacy/**"
|
- "plugins/onepad_legacy/**"
|
||||||
- .travis.yml # TODO - remove with travis-ci
|
|
||||||
- appveyor.yml # TODO - remove with appveyor
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
10
buildbot.xml
10
buildbot.xml
|
@ -40,7 +40,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Delete Files="@(CruftToDelete)" />
|
<Delete Files="@(CruftToDelete)" />
|
||||||
</Target>
|
</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="@(SolutionSet)" BuildInParallel="false" Properties="Configuration=$(BaseConfiguration)" Targets="Clean" />
|
||||||
<MSBuild Projects="@(ProjectSetCPU)" BuildInParallel="false" Properties="Configuration=%(ConfigCPU.Identity)" Targets="Clean" />
|
<MSBuild Projects="@(ProjectSetCPU)" BuildInParallel="false" Properties="Configuration=%(ConfigCPU.Identity)" Targets="Clean" />
|
||||||
<CallTarget Targets="CleanCruft" />
|
<CallTarget Targets="CleanCruft" />
|
||||||
|
@ -73,12 +73,4 @@
|
||||||
<ConfigCPU Include="Release AVX2;Release SSE4"/>
|
<ConfigCPU Include="Release AVX2;Release SSE4"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Target>
|
</Target>
|
||||||
<Target Name="AppVeyor">
|
|
||||||
<PropertyGroup>
|
|
||||||
<BaseConfiguration>Release</BaseConfiguration>
|
|
||||||
</PropertyGroup>
|
|
||||||
<ItemGroup>
|
|
||||||
<ConfigCPU Include="Release AVX2"/>
|
|
||||||
</ItemGroup>
|
|
||||||
</Target>
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|
Loading…
Reference in New Issue