Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
Jackett
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
Jackett
Commits
2cdaceef
Commit
2cdaceef
authored
Oct 29, 2017
by
flightlevel
Committed by
vlbox
Feb 22, 2018
Browse files
Options
Downloads
Patches
Plain Diff
Use MSBuild and appveyor.yml (#2031)
parent
8119f20e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
appveyor.yml
+18
-39
18 additions, 39 deletions
appveyor.yml
with
18 additions
and
39 deletions
.github/
appveyor.yml
→
appveyor.yml
+
18
−
39
View file @
2cdaceef
version
:
0.7.{build}
version
:
0.8.{build}
pull_requests
:
do_not_increment_build_number
:
true
skip_tags
:
true
skip_tags
:
true
image
:
Visual Studio
201
5
image
:
Visual Studio
201
7
configuration
:
Release
configuration
:
Release
shallow_clone
:
true
assembly_info
:
assembly_info
:
patch
:
true
patch
:
true
file
:
'
**\AssemblyInfo.*'
file
:
'
**\AssemblyInfo.*'
...
@@ -16,43 +19,24 @@ build:
...
@@ -16,43 +19,24 @@ build:
verbosity
:
minimal
verbosity
:
minimal
after_build
:
after_build
:
-
cmd
:
>-
-
cmd
:
>-
xcopy src\Jackett.Console\bin\Release b
uild.windows
\ /e /y
xcopy src\Jackett.Console\bin\Release b
ase
\ /e /y
copy /Y src\Jackett.Service\bin\Release\JackettService.exe* %APPVEYOR_BUILD_FOLDER%\b
uild.windows
\
copy /Y src\Jackett.Service\bin\Release\JackettService.exe* %APPVEYOR_BUILD_FOLDER%\b
ase
\
copy /Y src\Jackett.Tray\bin\Release\JackettTray.exe* %APPVEYOR_BUILD_FOLDER%\b
uild.windows
\
copy /Y src\Jackett.Tray\bin\Release\JackettTray.exe* %APPVEYOR_BUILD_FOLDER%\b
ase
\
copy /Y src\Jackett.Updater\bin\Release\JackettUpdater.exe* %APPVEYOR_BUILD_FOLDER%\b
uild.windows
\
copy /Y src\Jackett.Updater\bin\Release\JackettUpdater.exe* %APPVEYOR_BUILD_FOLDER%\b
ase
\
copy /Y
LICENSE build.windows\LICENSE
copy /Y
Upstart.config base\Upstart.config
copy /Y
README.md build.windows\README.md
copy /Y
LICENSE base\LICENSE
copy /Y README.md base\README.md
xcopy build.windows WindowsBuild\Jackett\ /e /y
xcopy base build.windows\ /e /y
msbuild src\Jackett.sln /t:Clean /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
xcopy base BaseBuild\Jackett\ /e /y
"C:\Program Files (x86)\Mono\bin\xbuild.bat" src\Jackett.sln /t:Build /p:Configuration=Release /verbosity:minimal /tv:12.0
xcopy src\Jackett.Console\bin\Release build.mono\ /e /y
copy /Y src\Jackett.Service\bin\Release\JackettService.exe* %APPVEYOR_BUILD_FOLDER%\build.mono\
copy /Y src\Jackett.Tray\bin\Release\JackettTray.exe* %APPVEYOR_BUILD_FOLDER%\build.mono\
copy /Y src\Jackett.Updater\bin\Release\JackettUpdater.exe* %APPVEYOR_BUILD_FOLDER%\build.mono\
copy /Y LICENSE build.mono\LICENSE
copy /Y README.md build.mono\README.md
copy /Y Upstart.config build.mono\Upstart.config
xcopy build.mono MonoBuild\Jackett\ /e /y
"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" Installer.iss
"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" Installer.iss
...
@@ -62,15 +46,10 @@ after_build:
...
@@ -62,15 +46,10 @@ after_build:
MOVE Output\Jackett.Installer.Windows.exe %APPVEYOR_BUILD_FOLDER%
MOVE Output\Jackett.Installer.Windows.exe %APPVEYOR_BUILD_FOLDER%
cd
Windows
Build
cd
Base
Build
7z a -tzip -r "%APPVEYOR_BUILD_FOLDER%\Jackett.Binaries.Windows.zip" "Jackett\"
7z a -tzip -r "%APPVEYOR_BUILD_FOLDER%\Jackett.Binaries.Windows.zip" "Jackett\"
cd %APPVEYOR_BUILD_FOLDER%
cd MonoBuild
7z a -ttar "%APPVEYOR_BUILD_FOLDER%\Jackett.Binaries.Mono.tar" "Jackett\"
7z a -ttar "%APPVEYOR_BUILD_FOLDER%\Jackett.Binaries.Mono.tar" "Jackett\"
cd %APPVEYOR_BUILD_FOLDER%
cd %APPVEYOR_BUILD_FOLDER%
...
@@ -92,9 +71,9 @@ deploy:
...
@@ -92,9 +71,9 @@ deploy:
on
:
on
:
branch
:
master
branch
:
master
notifications
:
notifications
:
-
provider
:
GitHubPullRequest
-
provider
:
Webhook
auth_token
:
url
:
https://skyhook.glitch.me/api/webhooks/346588605843767297/_VWi5abKliaWsBmQO7AX69tD28FhqSLjKyLBwkSwwT13uyWJQHx5TSWK_iAs-0RzmyvZ/appveyor
secure
:
k6ZZACPbKcvAFiXe/uOmY6Ofs4aw2rgKEWMNA8EilQpdJ6o7ef31we4DPn3SXZzx
method
:
POST
on_build_success
:
true
on_build_success
:
true
on_build_failure
:
true
on_build_failure
:
true
on_build_status_changed
:
true
on_build_status_changed
:
true
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment