aboutsummaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
Commit message (Collapse)AuthorAge
* AppVeyor: Remove submodule checkout depthGravatar Yuri Kunde Schlesner2015-07-07
| | | | | This avoid intermittent build failures due to a commit not being reachable using a fixed depth, at the expense of longer checkout times.
* AppVeyor: Remove os: unstableGravatar Trung Do2015-06-24
| | | The default os has Qt now, so there no need for the unstable os.
* AppVeyor: update WinSCP download link with one that should never expireGravatar archshift2015-06-21
|
* AppVeyor: update WinSCP download link (with direct download link)Gravatar archshift2015-06-15
|
* AppVeyor: update WinSCP download linkGravatar archshift2015-06-15
| | | Goodbye, SourceForge!
* Appveyor: Create a second archive with only the binaries, for people who ↵Gravatar Emmanuel Gil Peyrot2015-06-15
| | | | don’t have much bandwidth.
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* Updated the appveyor build to no longer copy the QT dlls since it is done in ↵Gravatar James Rowe2015-03-28
| | | | post build now.
* Remove mysterious spaces that were added by `git show --format`Gravatar archshift2015-03-19
| | | | | | | No idea why these spaces are only added on recent revisions of Citra (older revisions did not have this problem). Let's just remove the spaces then in Powershell.
* Strip newlines on the build name before trying to upload.Gravatar archshift2015-03-17
|
* CI: upload builds to builds.citra-emu.org instead of MEGAGravatar archshift2015-03-16
|
* Appveyor: Adjust clone depth settingsGravatar Yuri Kunde Schlesner2015-02-08
| | | | | | | The submodule update was doing a full clone. Also increase clone depth a bit, since it can apparently cause issues checking out the source if there are too many concurrent PRs trying to build (causing the commit for the build to not be the top one on the repository anymore).
* Appveyor: Do x64 buildsGravatar Yuri Kunde Schlesner2015-02-08
|
* AppVeyor: Use Citra's Mega accountGravatar Chin2015-01-24
|
* AppVeyor: Add qwindows.dll to the buildGravatar Chin2015-01-24
|
* AppVeyor: Sanitize the file name before uploadingGravatar Chin2015-01-24
|
* AppVeyor: Change to release build instead of debugGravatar chinhodado2015-01-24
|
* AppVeyor: Upload build to Mega upon build completionGravatar chinhodado2015-01-24
|
* AppVeyor: Use shallow cloneGravatar chinhodado2015-01-11
|
* Add appveyor.ymlGravatar Chin2015-01-11