aboutsummaryrefslogtreecommitdiffhomepage
path: root/appveyor.yml
Commit message (Collapse)AuthorAge
* 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