mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Perform Linux build first
This commit is contained in:
@@ -2,6 +2,9 @@ version: 0.10.{build}
|
|||||||
skip_tags: true
|
skip_tags: true
|
||||||
image:
|
image:
|
||||||
- Ubuntu
|
- Ubuntu
|
||||||
|
- Visual Studio 2017
|
||||||
|
environment:
|
||||||
|
APPVEYOR_YML_DISABLE_PS_LINUX: true
|
||||||
configuration: Release
|
configuration: Release
|
||||||
assembly_info:
|
assembly_info:
|
||||||
patch: true
|
patch: true
|
||||||
@@ -18,10 +21,7 @@ dotnet_csproj:
|
|||||||
file_version: '{version}'
|
file_version: '{version}'
|
||||||
informational_version: '{version}'
|
informational_version: '{version}'
|
||||||
build_script:
|
build_script:
|
||||||
- ps: |
|
- ps: .\build.ps1 --target=Default
|
||||||
if ($isWindows) {
|
|
||||||
.\build.ps1 --target=Default
|
|
||||||
}
|
|
||||||
- sh: ./build.sh --target=Linux
|
- sh: ./build.sh --target=Linux
|
||||||
test: off
|
test: off
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
@@ -281,7 +281,7 @@ Task("Release-Notes")
|
|||||||
Task("Windows-Environment")
|
Task("Windows-Environment")
|
||||||
.IsDependentOn("Package-Windows-Full-Framework")
|
.IsDependentOn("Package-Windows-Full-Framework")
|
||||||
.IsDependentOn("Package-Mono-Full-Framework")
|
.IsDependentOn("Package-Mono-Full-Framework")
|
||||||
.IsDependentOn("Package-DotNetCore-macOS")
|
//.IsDependentOn("Package-DotNetCore-macOS")
|
||||||
.IsDependentOn("Package-DotNetCore-LinuxAMD64")
|
.IsDependentOn("Package-DotNetCore-LinuxAMD64")
|
||||||
.IsDependentOn("Package-DotNetCore-LinuxARM32")
|
.IsDependentOn("Package-DotNetCore-LinuxARM32")
|
||||||
.IsDependentOn("Package-DotNetCore-LinuxARM64")
|
.IsDependentOn("Package-DotNetCore-LinuxARM64")
|
||||||
|
Reference in New Issue
Block a user