Commit Graph

58 Commits

Author SHA1 Message Date
Triang3l 2639f2590f [AppVeyor] Skip all non-Windows commits [ci skip] 2022-01-30 13:22:32 +03:00
Rick Gibbed 0dfbb67988
[AppVeyor] Revert to VS2019.
[AppVeyor] Revert to VS2019 due to a possible compiler bug.
2022-01-29 12:15:34 -06:00
Margen67 08a2a5b7ac [AppVeyor] Upgrade to VS2022 2022-01-24 10:34:03 -06:00
Rick Gibbed b3bb6687db
[AppVeyor] Fix extended commit message. 2022-01-24 06:54:11 -06:00
Rick Gibbed cb83479c53
[AppVeyor] Fix deploy tag/description. 2022-01-24 06:05:45 -06:00
Rick Gibbed 02bdea7b8b
[AppVeyor] Better deploy tag/description. 2022-01-24 05:09:07 -06:00
Rick Gibbed bf20aa5f8e
[AppVeyor] Deploy artifacts to GitHub Releases.
[AppVeyor] Deploy artifacts to GitHub Releases, take four.

I guess before_deploy is broken?
2022-01-24 03:52:38 -06:00
Rick Gibbed a7f3b11076
[AppVeyor] Deploy artifacts to GitHub Releases.
[AppVeyor] Deploy artifacts to GitHub Releases, take three.
2022-01-24 02:54:05 -06:00
Rick Gibbed 258581ee07
[AppVeyor] Deploy artifacts to GitHub Releases
[AppVeyor] Deploy artifacts to GitHub Releases, take two.
2022-01-24 02:15:23 -06:00
Rick Gibbed fcd4f69e0f
[AppVeyor] Deploy artifacts to GitHub Releases 2022-01-24 01:40:57 -06:00
Margen67 6ea8e043f3 [AppVeyor] Cleanup
Remove unneeded init:
 As far as I can tell this is a leftover from the appveyor.yml Reference: https://www.appveyor.com/docs/appveyor-yml/
Cleanup command blocks:
 cmd is the default shell, so it doesn't have to be specified.
 Use proper multi-line syntax for install.
Make configuration into one line:
 This reduces line count, but is mainly personal preference.
2022-01-04 16:18:28 -06:00
Joel Linn 657645fb2c [CI, Drone] Add GCC builds
* Switch to starlark language to simplify configuration
* Use image `xeniaproject/buildenv:2022-01-01`
2022-01-02 16:47:05 -06:00
Joel Linn 9ca8180976 Add CI file for drone.io 2021-06-27 16:33:35 -05:00
Joel Linn c55918d944 [AppVeyor] Remove vcpkg. 2020-11-28 14:23:51 -06:00
Rick Gibbed a95326321c
[AppVeyor] Recursively ignore unrelated files.
[AppVeyor] Recursively ignore unrelated files for build.
2020-04-14 15:15:40 -05:00
Joel Linn 804384c19c [SDL2] On Win, build and link statically.
Keep using system lib dynamically on Unix.
2020-04-08 21:55:56 -05:00
gibbed 2393381cff Make 'xb test' also run xenia-base-tests. 2020-04-07 16:09:41 -05:00
Rick Gibbed d484051942
[AppVeyor] Ignore more Linux file types.
[AppVeyor] Ignore changes to more Linux file types.
2020-02-22 17:32:36 -06:00
Rick Gibbed 0437488853
[AppVeyor] Grab all ZIPs for artifacts. 2020-02-17 16:22:05 -06:00
Rick Gibbed 5cef591070
[AppVeyor] AppVeyor didn't like %7Z_SWITCHES%. 2020-02-17 16:03:06 -06:00
Rick Gibbed c72d65ad9f
[AppVeyor] AppVeyor doesn't like IF blocks. 2020-02-17 15:38:05 -06:00
Rick Gibbed 75f98b01b9
[AppVeyor] Make checked builds harder to access.
[AppVeyor] Hopefully make checked builds harder and more annoying to access for non-developers.
2020-02-17 15:19:38 -06:00
Rick Gibbed ce1d632f4e
[CI] Include SDL2.dll as part of artifacts. 2020-02-11 04:34:37 -06:00
Margen67 3d15a4c2a8 Clean up .appveyor.yml 2019-07-23 05:40:03 -07:00
Margen67 9f86500af4 [AppVeyor] Use proper MSBuild version 2019-06-15 20:14:32 -07:00
Margen67 4d1588d36a [AppVeyor] Update to VS2019 2019-05-24 20:11:13 -07:00
Margen67 f4c2dcf1a2
[AppVeyor] Ignore .github 2019-05-06 15:29:25 -07:00
gibbed fd01fad8c8 [CI] For real this time, include xenia-vfs-dump as part of artifacts. 2018-11-21 08:50:36 -06:00
gibbed a8af14ab3a [CI] Completely include xenia-vfs-dump as part of artifacts. 2018-11-21 08:46:51 -06:00
gibbed 412f8ee63f [CI] Include xenia-vfs-dump as part of artifacts. 2018-11-21 08:43:11 -06:00
Dr. Chat 7b1d9ad19b [CI] Blacklist gh-pages branch only; Skip branches with open PRs 2018-11-18 13:50:26 -06:00
Dr. Chat dc6b592d79 [CI] Oops 2018-11-18 11:23:19 -06:00
Dr. Chat ba7f6986a4 [CI] Only build master branch (and pull requests) 2018-11-18 11:21:39 -06:00
Rick Gibbed 29dbc72d48
AppVeyor magic? 2018-05-10 19:53:06 -05:00
DrChat 39b5d8ba42 [AppVeyor] Skip commits that change unrelated files (thanks Rick) 2017-12-17 00:12:19 -06:00
DrChat 75e455e39e [AppVeyor] Allow builds on any branch 2017-12-14 19:23:32 -06:00
Rick Gibbed e9fc6921d2
[AppVeyor] Don't bump version number on pull requests. 2017-12-05 18:11:59 -06:00
DrChat b9a4ba0c1f [AppVeyor] Don't deploy pull requests 2017-12-05 14:53:24 -06:00
Dr. Chat 2a920237dd AppVeyor: Remove commit ID from xenia filename 2017-09-09 10:19:37 -05:00
Dr. Chat ddfc9e90d8 Appveyor: Put release builds first 2017-05-07 15:53:12 -05:00
Dr. Chat 761ae4eeee Run appveyor against checked builds 2017-04-08 13:01:17 -05:00
Dr. Chat eb7b80bf7c Appveyor: Swap to xenia-build and only build the projects we need. 2016-06-12 20:05:58 -05:00
Dr. Chat 61cfc787f2 Appveyor: Run tests from already-built test binaries 2016-06-12 16:44:59 -05:00
Dr. Chat 9b4876bb50 Appveyor: Include xenia.pdb in the artifacts 2016-06-11 20:56:30 -05:00
Dr. Chat 26964e39aa Un-whitelist the vulkan branch 2016-06-11 19:33:52 -05:00
Justin Moore 87ffc6c966 Whitelist the vulkan branch for Appveyor builds 2016-06-04 12:30:50 -05:00
Ben Vanik c2649b1fd4 Ok, that's enough sysadmin for this year. 2015-12-31 20:45:10 -08:00
Ben Vanik 558395c250 Doot doot appveyor. 2015-12-31 16:35:11 -08:00
Ben Vanik 51271dae08 Most appveyor docs use $(), but a few use %%. Trying that. 2015-12-31 14:29:21 -08:00
Ben Vanik 57448899d2 Trying lowercase appyveyor env vars? 2015-12-31 13:14:25 -08:00