Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build - Upload fewer artifacts | James Rowe | 2018-09-01 | 1 | -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 | ||||
* | Show game compatibility within yuzu | fearlessTobi | 2018-08-29 | 1 | -2/+2 |
| | |||||
* | Revert "Port #3616 from Citra: "appveyor: set jobs to 4 for mingw"" | Zach Hilman | 2018-08-21 | 1 | -1/+1 |
| | |||||
* | Merge pull request #838 from FearlessTobi/port-3616 | James Rowe | 2018-08-18 | 1 | -1/+1 |
|\ | | | | | Port #3616 from Citra: "appveyor: set jobs to 4 for mingw" | ||||
| * | Port #3616 from Citra | fearlessTobi | 2018-07-26 | 1 | -1/+1 |
| | | |||||
* | | Fix missing qjpeg DLL | Zach Hilman | 2018-08-07 | 1 | -0/+4 |
|/ | |||||
* | Add qt windowsvistastyle dll to the build | James Rowe | 2018-07-03 | 1 | -0/+4 |
| | |||||
* | Revert "Use Ninja for MSVC AppVeyor builds" (#584) | bunnei | 2018-06-23 | 1 | -11/+3 |
| | |||||
* | Use Ninja for MSVC AppVeyor builds | Michał Janiszewski | 2018-06-05 | 1 | -3/+11 |
| | |||||
* | Revert "Port citra #3616" | bunnei | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | Port citra #3616 | Valentin Vanelslande | 2018-06-04 | 1 | -1/+1 |
| | |||||
* | Merge pull request #102 from N00byKing/master | bunnei | 2018-03-27 | 1 | -15/+8 |
|\ | | | | | Implement Pull #3043 from citra: appveyor: Determine dlls to include in package programmatically | ||||
| * | Implement Citra pull 3043 | N00byKing | 2018-02-24 | 1 | -15/+8 |
| | | |||||
* | | Build: Add missing dlls to msvc release | James Rowe | 2018-01-18 | 1 | -3/+10 |
|/ | |||||
* | Build: Update deploy keys | James Rowe | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Build: Update Appveyor and Travis secret keys | James Rowe | 2018-01-16 | 1 | -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 | ||||
* | Build: Add unicorn as a submodule and build it if needed | James Rowe | 2018-01-16 | 1 | -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. | ||||
* | Update build scripts | MerryMage | 2018-01-13 | 1 | -9/+9 |
| | |||||
* | Build: Enable SSL in mingw by linking against WinSSL | James Rowe | 2017-09-11 | 1 | -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. | ||||
* | Remove excess debug dlls for mingw build | James Rowe | 2017-09-06 | 1 | -0/+6 |
| | |||||
* | Build: Add mingw64 compile support to appveyor | James Rowe | 2017-09-01 | 1 | -40/+123 |
| | | | | | Releases will be built with both mingw and msvc and the binaries of both builds will be uploaded to github releases | ||||
* | Implement correct folder structure for CI builds | j-selby | 2017-08-10 | 1 | -6/+14 |
| | |||||
* | Travis/AppVeyor: Deploy based upon tags | j-selby | 2017-08-06 | 1 | -10/+2 |
| | |||||
* | Produce 7zip artifacts on Travis and Appveyor | j-selby | 2017-07-28 | 1 | -2/+13 |
| | |||||
* | Use WinSSPI instead of OpenSSL | James Rowe | 2017-07-24 | 1 | -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. | ||||
* | Remove "Xamarin logspam" workaround | Yuri Kunde Schlesner | 2017-05-22 | 1 | -2/+0 |
| | | | The file does not seem to exist anymore in the VS 2017 environment. | ||||
* | Upgrade AppVeyor to Visual Studio 2017 | Yuri Kunde Schlesner | 2017-05-22 | 1 | -3/+3 |
| | | | More C++14/17 goodness! | ||||
* | appveyor: workaround for unnecesary Xamarin log spam | Kloen | 2017-01-23 | 1 | -0/+2 |
| | |||||
* | Prevents appveyor from attempting to deploy except on the nightly repo | James Rowe | 2017-01-08 | 1 | -0/+1 |
| | |||||
* | Change travis to deploy on push to citra-nightly. Add more information to the releases page | James Rowe | 2017-01-05 | 1 | -1/+6 |
| | |||||
* | Change deploy to use github releases instead, but only for the citra-nightly repo | James Rowe | 2017-01-05 | 1 | -9/+6 |
| | |||||
* | Try 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 Rowe | 2017-01-01 | 1 | -1/+2 |
| | |||||
* | Trying to make a consistent nightly versioning | James Rowe | 2017-01-01 | 1 | -1/+3 |
| | |||||
* | Add deploy to bintray for builds to master | James Rowe | 2016-12-31 | 1 | -38/+37 |
| | |||||
* | Create a separate archive for debugsymbols on windows | James Rowe | 2016-09-01 | 1 | -0/+6 |
| | | | | | This reduces the main download size and uploads the symbols to a different directory | ||||
* | appveyor: Remove tests.exe and tests.pdb from archive | MerryMage | 2016-09-01 | 1 | -0/+4 |
| | |||||
* | AppVeyor: Cache chocolatey packages | Jannik Vogel | 2016-08-29 | 1 | -0/+4 |
| | |||||
* | Add GPL license.txt and README.md to builds | Jannik Vogel | 2016-06-21 | 1 | -4/+4 |
| | |||||
* | Fix AppVeyor WinSCP download | Yuri Kunde Schlesner | 2016-06-15 | 1 | -5/+3 |
| | |||||
* | Appveyor: Restore working directory after test_script (#1835) | Maribel | 2016-05-21 | 1 | -1/+1 |
| | |||||
* | Tests: Run tests on CI | MerryMage | 2016-05-19 | 1 | -1/+4 |
| | |||||
* | tests: Infrastructure for unit tests | MerryMage | 2016-05-19 | 1 | -0/+4 |
| | |||||
* | Dependencies: Remove GLFW, Add SDL2 | MerryMage | 2016-03-02 | 1 | -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 | ||||
* | Update appveyor.yml to use VS2015 CMake generator | archshift | 2016-01-04 | 1 | -1/+3 |
| | |||||
* | AppVeyor: Use Visual Studio 2015 | bunnei | 2015-09-30 | 1 | -2/+1 |
| | |||||
* | CMake: Remove support for QTDIR environment variable | Yuri Kunde Schlesner | 2015-09-09 | 1 | -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. | ||||
* | CMake: Add option to download Qt and GLFW binaries over HTTP | Yuri Kunde Schlesner | 2015-09-09 | 1 | -1/+1 |
| | |||||
* | AppVeyor: Remove submodule checkout depth | Yuri Kunde Schlesner | 2015-07-07 | 1 | -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. | ||||
* | AppVeyor: Remove os: unstable | Trung Do | 2015-06-24 | 1 | -3/+0 |
| | | | The default os has Qt now, so there no need for the unstable os. | ||||
* | AppVeyor: update WinSCP download link with one that should never expire | archshift | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | AppVeyor: update WinSCP download link (with direct download link) | archshift | 2015-06-15 | 1 | -1/+1 |
| | |||||
* | AppVeyor: update WinSCP download link | archshift | 2015-06-15 | 1 | -2/+2 |
| | | | Goodbye, SourceForge! | ||||
* | Appveyor: Create a second archive with only the binaries, for people who don’t have much bandwidth. | Emmanuel Gil Peyrot | 2015-06-15 | 1 | -0/+4 |
| | |||||
* | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 | 1 | -2/+2 |
| | |||||
* | Updated the appveyor build to no longer copy the QT dlls since it is done in post build now. | James Rowe | 2015-03-28 | 1 | -11/+1 |
| | |||||
* | Remove mysterious spaces that were added by `git show --format` | archshift | 2015-03-20 | 1 | -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. | ||||
* | Strip newlines on the build name before trying to upload. | archshift | 2015-03-18 | 1 | -2/+2 |
| | |||||
* | CI: upload builds to builds.citra-emu.org instead of MEGA | archshift | 2015-03-17 | 1 | -15/+24 |
| | |||||
* | Appveyor: Adjust clone depth settings | Yuri Kunde Schlesner | 2015-02-08 | 1 | -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). | ||||
* | Appveyor: Do x64 builds | Yuri Kunde Schlesner | 2015-02-08 | 1 | -12/+12 |
| | |||||
* | AppVeyor: Use Citra's Mega account | Chin | 2015-01-24 | 1 | -2/+2 |
| | |||||
* | AppVeyor: Add qwindows.dll to the build | Chin | 2015-01-24 | 1 | -0/+2 |
| | |||||
* | AppVeyor: Sanitize the file name before uploading | Chin | 2015-01-24 | 1 | -6/+5 |
| | |||||
* | AppVeyor: Change to release build instead of debug | chinhodado | 2015-01-24 | 1 | -10/+16 |
| | |||||
* | AppVeyor: Upload build to Mega upon build completion | chinhodado | 2015-01-24 | 1 | -0/+26 |
| | |||||
* | AppVeyor: Use shallow clone | chinhodado | 2015-01-11 | 1 | -2/+2 |
| | |||||
* | Add appveyor.yml | Chin | 2015-01-11 | 1 | -0/+17 |