Commit graph

29 commits

Author SHA1 Message Date
Yuri Kunde Schlesner 914eb7561e Fix AppVeyor WinSCP download 2016-06-14 20:15:22 -07:00
Maribel 51ee2d2eb1 Appveyor: Restore working directory after test_script (#1835) 2016-05-21 16:11:55 +01:00
MerryMage 87de1ca968 Tests: Run tests on CI 2016-05-19 19:28:08 +01:00
MerryMage a03f9b6fb6 tests: Infrastructure for unit tests 2016-05-19 08:38:03 +01:00
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
2016-03-02 14:09:02 +00:00
archshift 483737f2e6 Update appveyor.yml to use VS2015 CMake generator 2016-01-04 14:55:53 -08:00
bunnei 2521171ef5 AppVeyor: Use Visual Studio 2015 2015-09-29 22:17:02 -04:00
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.
2015-09-08 19:35:14 -03:00
Yuri Kunde Schlesner 078969bdd0 CMake: Add option to download Qt and GLFW binaries over HTTP 2015-09-08 19:35:12 -03:00
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.
2015-07-07 16:22:26 -03:00
Trung Do 55725f07ec AppVeyor: Remove os: unstable
The default os has Qt now, so there no need for the unstable os.
2015-06-24 14:09:56 -04:00
archshift 741db6798c AppVeyor: update WinSCP download link with one that should never expire 2015-06-21 12:59:55 -07:00
archshift 1e8b18708c AppVeyor: update WinSCP download link (with direct download link) 2015-06-15 13:58:49 -07:00
archshift 1a9d6c8307 AppVeyor: update WinSCP download link
Goodbye, SourceForge!
2015-06-15 12:14:41 -07:00
Emmanuel Gil Peyrot 39e8c01f22 Appveyor: Create a second archive with only the binaries, for people who don’t have much bandwidth. 2015-06-15 18:57:18 +01:00
Emmanuel Gil Peyrot b1503b2020 Remove every trailing whitespace from the project (but externals). 2015-05-29 21:59:29 +01:00
James Rowe 37a9d0635e Updated the appveyor build to no longer copy the QT dlls since it is done in post build now. 2015-03-28 02:21:37 -06:00
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.
2015-03-19 16:16:43 -07:00
archshift 5c4d8dff2b Strip newlines on the build name before trying to upload. 2015-03-17 19:26:45 -07:00
archshift 6cc1a07235 CI: upload builds to builds.citra-emu.org instead of MEGA 2015-03-16 18:09:20 -07:00
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).
2015-02-08 13:00:05 -02:00
Yuri Kunde Schlesner 689d80e077 Appveyor: Do x64 builds 2015-02-08 12:57:35 -02:00
Chin cb39f92e6c AppVeyor: Use Citra's Mega account 2015-01-24 17:21:34 -05:00
Chin 88627fae0c AppVeyor: Add qwindows.dll to the build 2015-01-24 12:36:55 -05:00
Chin a4a1ce766d AppVeyor: Sanitize the file name before uploading 2015-01-24 12:36:49 -05:00
chinhodado 9121a5db1a AppVeyor: Change to release build instead of debug 2015-01-24 12:36:42 -05:00
chinhodado d7ed08b153 AppVeyor: Upload build to Mega upon build completion 2015-01-24 12:36:34 -05:00
chinhodado 8437aff16b AppVeyor: Use shallow clone 2015-01-11 13:29:39 -05:00
Chin 7091b7b518 Add appveyor.yml 2015-01-11 12:33:44 -05:00