summaryrefslogtreecommitdiff
path: root/appveyor.yml
AgeCommit message (Collapse)Author
2017-05-21Remove "Xamarin logspam" workaroundYuri Kunde Schlesner
The file does not seem to exist anymore in the VS 2017 environment.
2017-05-21Upgrade AppVeyor to Visual Studio 2017Yuri Kunde Schlesner
More C++14/17 goodness!
2017-01-23appveyor: workaround for unnecesary Xamarin log spamKloen
2017-01-08Prevents appveyor from attempting to deploy except on the nightly repoJames Rowe
2017-01-04Change travis to deploy on push to citra-nightly. Add more information to ↵James Rowe
the releases page
2017-01-04Change deploy to use github releases instead, but only for the citra-nightly ↵James Rowe
repo
2016-12-31Try a different encrypted bintray api key for travis. Change appveyor to ↵James Rowe
upload to a long git hash (since travis is stuck uploading to the full hash name)
2016-12-31Trying to make a consistent nightly versioningJames Rowe
2016-12-31Add deploy to bintray for builds to masterJames Rowe
2016-09-01Create a separate archive for debugsymbols on windowsJames Rowe
This reduces the main download size and uploads the symbols to a different directory
2016-09-01appveyor: Remove tests.exe and tests.pdb from archiveMerryMage
2016-08-29AppVeyor: Cache chocolatey packagesJannik Vogel
2016-06-21Add GPL license.txt and README.md to buildsJannik Vogel
2016-06-14Fix AppVeyor WinSCP downloadYuri Kunde Schlesner
2016-05-21Appveyor: Restore working directory after test_script (#1835)Maribel
2016-05-19Tests: Run tests on CIMerryMage
2016-05-19tests: Infrastructure for unit testsMerryMage
2016-03-02Dependencies: Remove GLFW, Add SDL2MerryMage
citra: Remove GLFW, Add SDL2 FindSDL2: Do not CACHE SDL2_* variables if library is not found EmuWindow_SDL2: Set minimal client area at initialisation time EmuWindow_SDL2: Corrections EmuWindow_SDL2: Fix no decorations on startup on OS X cmake: windows_copy_files
2016-01-04Update appveyor.yml to use VS2015 CMake generatorarchshift
2015-09-29AppVeyor: Use Visual Studio 2015bunnei
2015-09-08CMake: Remove support for QTDIR environment variableYuri Kunde Schlesner
Using this variable is problematic is the user has several versions of Qt installed on their system. There is no way to know ahead of time if the Qt version pointed to by QTDIR matches the toolchain that is being targeted. The Qt installation path can still be easily specified if it's not found by CMake by setting the Qt5_DIR cache variable after the initial configuration run, so this shouldn't present an usability issue.
2015-09-08CMake: Add option to download Qt and GLFW binaries over HTTPYuri Kunde Schlesner
2015-07-07AppVeyor: Remove submodule checkout depthYuri Kunde Schlesner
This avoid intermittent build failures due to a commit not being reachable using a fixed depth, at the expense of longer checkout times.
2015-06-24AppVeyor: Remove os: unstableTrung Do
The default os has Qt now, so there no need for the unstable os.
2015-06-21AppVeyor: update WinSCP download link with one that should never expirearchshift
2015-06-15AppVeyor: update WinSCP download link (with direct download link)archshift
2015-06-15AppVeyor: update WinSCP download linkarchshift
Goodbye, SourceForge!
2015-06-15Appveyor: Create a second archive with only the binaries, for people who ↵Emmanuel Gil Peyrot
don’t have much bandwidth.
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-03-28Updated the appveyor build to no longer copy the QT dlls since it is done in ↵James Rowe
post build now.
2015-03-19Remove mysterious spaces that were added by `git show --format`archshift
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-17Strip newlines on the build name before trying to upload.archshift
2015-03-16CI: upload builds to builds.citra-emu.org instead of MEGAarchshift
2015-02-08Appveyor: Adjust clone depth settingsYuri Kunde Schlesner
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 Schlesner
2015-01-24AppVeyor: Use Citra's Mega accountChin
2015-01-24AppVeyor: Add qwindows.dll to the buildChin
2015-01-24AppVeyor: Sanitize the file name before uploadingChin
2015-01-24AppVeyor: Change to release build instead of debugchinhodado
2015-01-24AppVeyor: Upload build to Mega upon build completionchinhodado
2015-01-11AppVeyor: Use shallow clonechinhodado
2015-01-11Add appveyor.ymlChin