summaryrefslogtreecommitdiffstats
path: root/appveyor.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-03-28Updated the appveyor build to no longer copy the QT dlls since it is done in post build now.James Rowe1-11/+1
2015-03-20Remove mysterious spaces that were added by `git show --format`archshift1-4/+5
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.
2015-03-18Strip newlines on the build name before trying to upload.archshift1-2/+2
2015-03-17CI: upload builds to builds.citra-emu.org instead of MEGAarchshift1-15/+24
2015-02-08Appveyor: Adjust clone depth settingsYuri Kunde Schlesner1-2/+2
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).
2015-02-08Appveyor: Do x64 buildsYuri Kunde Schlesner1-12/+12
2015-01-24AppVeyor: Use Citra's Mega accountChin1-2/+2
2015-01-24AppVeyor: Add qwindows.dll to the buildChin1-0/+2
2015-01-24AppVeyor: Sanitize the file name before uploadingChin1-6/+5
2015-01-24AppVeyor: Change to release build instead of debugchinhodado1-10/+16
2015-01-24AppVeyor: Upload build to Mega upon build completionchinhodado1-0/+26
2015-01-11AppVeyor: Use shallow clonechinhodado1-2/+2
2015-01-11Add appveyor.ymlChin1-0/+17