summaryrefslogtreecommitdiffstats
path: root/appveyor.yml (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-01-04build: Copy QtWebEngineProcess[d].exe to release dir on windowsZach Hilman1-0/+1
2018-12-28cmake: Add USE_QT_WEB_ENGINE flag and update build systemZach Hilman1-1/+1
2018-11-16Remove whitespaceJcw871-1/+1
2018-11-16Include imageformat dependencies with releases (appveyor)Jcw871-9/+10
2018-10-02Port web_service from CitrafearlessTobi1-2/+3
2018-09-22Build: Reintroduce Appveyor deployJames Rowe1-0/+10
This was erroneously removed when we added travis mingw builds. We still want to push MSVC builds to github for the time being
2018-09-19travis: running mingw build on travis citech4me1-10/+0
This commit also fixed a broken cmake dependency with unicorn
2018-09-01Build - Upload fewer artifactsJames Rowe1-4/+0
Appveyor has a limit on artifact retention, and we hit the limit all the time, so just lower the number of build artifacts to just the final zip
2018-08-29Show game compatibility within yuzufearlessTobi1-2/+2
2018-08-21Revert "Port #3616 from Citra: "appveyor: set jobs to 4 for mingw""Zach Hilman1-1/+1
2018-08-07Fix missing qjpeg DLLZach Hilman1-0/+4
2018-07-26Port #3616 from CitrafearlessTobi1-1/+1
2018-07-03Add qt windowsvistastyle dll to the buildJames Rowe1-0/+4
2018-06-23Revert "Use Ninja for MSVC AppVeyor builds" (#584)bunnei1-11/+3
2018-06-05Use Ninja for MSVC AppVeyor buildsMichał Janiszewski1-3/+11
2018-06-05Revert "Port citra #3616"bunnei1-1/+1
2018-06-04Port citra #3616Valentin Vanelslande1-1/+1
2018-02-24Implement Citra pull 3043N00byKing1-15/+8
2018-01-18Build: Add missing dlls to msvc releaseJames Rowe1-3/+10
2018-01-18Build: Update deploy keysJames Rowe1-1/+1
2018-01-16Build: Update Appveyor and Travis secret keysJames Rowe1-1/+1
The keys are github auth_tokens and are assigned to yuzubot for the yuzu-nightly repository to allow Appveyor and Travis to upload releases
2018-01-16Build: Add unicorn as a submodule and build it if neededJames Rowe1-11/+9
Adds a cmake custom target that will build unicorn on first compile and uses this in the build scripts as well. Updates Appveyor and Travis build scripts to work with the new unicorn build, and updates the paths to all of the different artifacts.
2018-01-13Update build scriptsMerryMage1-9/+9
2017-09-11Build: Enable SSL in mingw by linking against WinSSLJames Rowe1-7/+4
The mingw builds aren't submitting telemetry because the curl library they are linked against is configured to use openSSL and openSSL looks for the certificates in the users home folder. This keeps it from contacting web services because it can't communicate over SSL. This commit adds a download in mingw builds that will download a precompiled curl for mingw linked against winssl and sspi.
2017-09-06Remove excess debug dlls for mingw buildJames Rowe1-0/+6
2017-09-01Build: Add mingw64 compile support to appveyorJames Rowe1-40/+123
Releases will be built with both mingw and msvc and the binaries of both builds will be uploaded to github releases
2017-08-10Implement correct folder structure for CI buildsj-selby1-6/+14
2017-08-06Travis/AppVeyor: Deploy based upon tagsj-selby1-10/+2
2017-07-28Produce 7zip artifacts on Travis and Appveyorj-selby1-2/+13
2017-07-24Use WinSSPI instead of OpenSSLJames Rowe1-1/+1
Appveyor has OpenSSL installed, so cURL tries to link against it. This causes dll not found errors because we would also need to ship OpenSSL, so we link against Windows SSPI instead.
2017-05-22Remove "Xamarin logspam" workaroundYuri Kunde Schlesner1-2/+0
The file does not seem to exist anymore in the VS 2017 environment.
2017-05-22Upgrade AppVeyor to Visual Studio 2017Yuri Kunde Schlesner1-3/+3
More C++14/17 goodness!
2017-01-23appveyor: workaround for unnecesary Xamarin log spamKloen1-0/+2
2017-01-08Prevents appveyor from attempting to deploy except on the nightly repoJames Rowe1-0/+1
2017-01-05Change travis to deploy on push to citra-nightly. Add more information to the releases pageJames Rowe1-1/+6
2017-01-05Change deploy to use github releases instead, but only for the citra-nightly repoJames Rowe1-9/+6
2017-01-01Try a different encrypted bintray api key for travis. Change appveyor to upload to a long git hash (since travis is stuck uploading to the full hash name)James Rowe1-1/+2
2017-01-01Trying to make a consistent nightly versioningJames Rowe1-1/+3
2016-12-31Add deploy to bintray for builds to masterJames Rowe1-38/+37
2016-09-01Create a separate archive for debugsymbols on windowsJames Rowe1-0/+6
This reduces the main download size and uploads the symbols to a different directory
2016-09-01appveyor: Remove tests.exe and tests.pdb from archiveMerryMage1-0/+4
2016-08-29AppVeyor: Cache chocolatey packagesJannik Vogel1-0/+4
2016-06-21Add GPL license.txt and README.md to buildsJannik Vogel1-4/+4
2016-06-15Fix AppVeyor WinSCP downloadYuri Kunde Schlesner1-5/+3
2016-05-21Appveyor: Restore working directory after test_script (#1835)Maribel1-1/+1
2016-05-19Tests: Run tests on CIMerryMage1-1/+4
2016-05-19tests: Infrastructure for unit testsMerryMage1-0/+4
2016-03-02Dependencies: Remove GLFW, Add SDL2MerryMage1-1/+1
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 generatorarchshift1-1/+3
2015-09-30AppVeyor: Use Visual Studio 2015bunnei1-2/+1
2015-09-09CMake: Remove support for QTDIR environment variableYuri Kunde Schlesner1-1/+1
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-09CMake: Add option to download Qt and GLFW binaries over HTTPYuri Kunde Schlesner1-1/+1
2015-07-07AppVeyor: Remove submodule checkout depthYuri Kunde Schlesner1-1/+1
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 Do1-3/+0
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 expirearchshift1-1/+1
2015-06-15AppVeyor: update WinSCP download link (with direct download link)archshift1-1/+1
2015-06-15AppVeyor: update WinSCP download linkarchshift1-2/+2
Goodbye, SourceForge!
2015-06-15Appveyor: Create a second archive with only the binaries, for people who don’t have much bandwidth.Emmanuel Gil Peyrot1-0/+4
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-2/+2
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