Commit Graph

36 Commits (c18cb1b192d60499af3d68b244e86c8dd8f55200)

Author SHA1 Message Date
James Rowe 8f6c3b5c20 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) 8 years ago
James Rowe 4a6cf7ecaf Trying to make a consistent nightly versioning 8 years ago
James Rowe b03e7bf28f Add deploy to bintray for builds to master 8 years ago
James Rowe 93bcd00e44 Create a separate archive for debugsymbols on windows
This reduces the main download size and uploads the symbols to a different
directory
8 years ago
MerryMage d3619aaff3 appveyor: Remove tests.exe and tests.pdb from archive 8 years ago
Jannik Vogel ac6853c585 AppVeyor: Cache chocolatey packages 8 years ago
Jannik Vogel ede028fe4d Add GPL license.txt and README.md to builds 9 years ago
Yuri Kunde Schlesner 914eb7561e Fix AppVeyor WinSCP download 9 years ago
Maribel 51ee2d2eb1 Appveyor: Restore working directory after test_script (#1835) 9 years ago
MerryMage 87de1ca968 Tests: Run tests on CI 9 years ago
MerryMage a03f9b6fb6 tests: Infrastructure for unit tests 9 years ago
MerryMage ba2a54a9dd Dependencies: Remove GLFW, Add SDL2
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
9 years ago
archshift 483737f2e6 Update appveyor.yml to use VS2015 CMake generator 9 years ago
bunnei 2521171ef5 AppVeyor: Use Visual Studio 2015 9 years ago
Yuri Kunde Schlesner 70d0d8890a CMake: Remove support for QTDIR environment variable
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.
9 years ago
Yuri Kunde Schlesner 078969bdd0 CMake: Add option to download Qt and GLFW binaries over HTTP 9 years ago
Yuri Kunde Schlesner eaaf951de6 AppVeyor: Remove submodule checkout depth
This avoid intermittent build failures due to a commit not being
reachable using a fixed depth, at the expense of longer checkout times.
10 years ago
Trung Do 55725f07ec AppVeyor: Remove os: unstable
The default os has Qt now, so there no need for the unstable os.
10 years ago
archshift 741db6798c AppVeyor: update WinSCP download link with one that should never expire 10 years ago
archshift 1e8b18708c AppVeyor: update WinSCP download link (with direct download link) 10 years ago
archshift 1a9d6c8307 AppVeyor: update WinSCP download link
Goodbye, SourceForge!
10 years ago
Emmanuel Gil Peyrot 39e8c01f22 Appveyor: Create a second archive with only the binaries, for people who don’t have much bandwidth. 10 years ago
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 10 years ago
James Rowe 37a9d0635e Updated the appveyor build to no longer copy the QT dlls since it is done in post build now. 10 years ago
archshift b4b1070541 Remove mysterious spaces that were added by `git show --format`
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.
10 years ago
archshift 5c4d8dff2b Strip newlines on the build name before trying to upload. 10 years ago
archshift 6cc1a07235 CI: upload builds to builds.citra-emu.org instead of MEGA 10 years ago
Yuri Kunde Schlesner 6638bf3b9b Appveyor: Adjust clone depth settings
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).
10 years ago
Yuri Kunde Schlesner 689d80e077 Appveyor: Do x64 builds 10 years ago
Chin cb39f92e6c AppVeyor: Use Citra's Mega account 10 years ago
Chin 88627fae0c AppVeyor: Add qwindows.dll to the build 10 years ago
Chin a4a1ce766d AppVeyor: Sanitize the file name before uploading 10 years ago
chinhodado 9121a5db1a AppVeyor: Change to release build instead of debug 10 years ago
chinhodado d7ed08b153 AppVeyor: Upload build to Mega upon build completion 10 years ago
chinhodado 8437aff16b AppVeyor: Use shallow clone 10 years ago
Chin 7091b7b518 Add appveyor.yml 10 years ago