Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | travis: Use Xcode 9.3 instead of 9.2 | Lioncash | 2018-04-27 | 1 | -1/+1 |
| | | | | Keeps the toolchains up to date. | ||||
* | Use Docker for Build Target clang-format for travis. | N00byKing | 2018-02-16 | 1 | -9/+4 |
| | | | | This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one. | ||||
* | Added webhook notifications to TravisCI build. | Flame Sage | 2018-01-27 | 1 | -0/+5 |
| | |||||
* | Travis: Add missing PPA for newer libstdc++ | James Rowe | 2018-01-21 | 1 | -0/+1 |
| | |||||
* | Travis: Update clang-format to 6.0 | James Rowe | 2018-01-21 | 1 | -1/+4 |
| | |||||
* | travis: Use Xcode 9.2 | Lioncash | 2018-01-18 | 1 | -1/+1 |
| | | | | | Uses the latest available Xcode version. This allows the use of more C++17 facilities without the CI failing. | ||||
* | Build: Update deploy keys | James Rowe | 2018-01-18 | 1 | -1/+1 |
| | |||||
* | Implement Pull #3034 from Citra | Tobias | 2018-01-16 | 1 | -8/+8 |
| | | | Change build order to check clang-format first | ||||
* | 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 | ||||
* | travis: Split build scripts for different platforms | MerryMage | 2017-10-07 | 1 | -13/+21 |
| | | | | This commit also separates clang-format from the linux build, closing #2702. | ||||
* | Travis: Use Docker to build for Linux | James | 2017-08-10 | 1 | -12/+4 |
| | |||||
* | Travis/AppVeyor: Deploy based upon tags | j-selby | 2017-08-06 | 1 | -1/+1 |
| | |||||
* | Produce 7zip artifacts on Travis and Appveyor | j-selby | 2017-07-28 | 1 | -1/+2 |
| | |||||
* | Fixes file upload pattern in the travis.yml to include macOS releases (#2592) | James Rowe | 2017-02-25 | 1 | -2/+2 |
| | |||||
* | Change travis to deploy on push to citra-nightly. Add more information to the releases page | James Rowe | 2017-01-05 | 1 | -1/+1 |
| | |||||
* | Change deploy to use github releases instead, but only for the citra-nightly repo | James Rowe | 2017-01-05 | 1 | -5/+8 |
| | |||||
* | Update .travis.yml | bunnei | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Try a different travis key | James Rowe | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | 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/+1 |
| | |||||
* | Add deploy to bintray for builds to master | James Rowe | 2016-12-31 | 1 | -9/+11 |
| | |||||
* | Travis: Use a stable version of clang-format | Yuri Kunde Schlesner | 2016-12-03 | 1 | -3/+1 |
| | |||||
* | Travis: Remove build uploading | Yuri Kunde Schlesner | 2016-11-25 | 1 | -1/+0 |
| | | | | | | | | | | | | @archshift has been MIA for a while, so our builds server is currently down. Furthermore, uploading is broken in both Linux and macOS: - The version of lftp in Trusty doesn't support the sftp:auto-confirm option, which means that uploading would hang, even if the server weren't down. It currently tries to connect forever and fails the build with a timeout. - lftp was removed from Homebrew, so it wasn't being installed on macOS and invoking it just failed. | ||||
* | Fix Travis clang-format check | Yuri Kunde Schlesner | 2016-09-21 | 1 | -0/+2 |
| | |||||
* | travis cache for cmake and sdl2 (#2060) | Lectem | 2016-09-08 | 1 | -0/+4 |
| | |||||
* | travis: Update to XCode 7.3.1 | MerryMage | 2016-09-02 | 1 | -0/+1 |
| | |||||
* | travis: Use GCC 6 on Ubuntu CI builds | Lioncash | 2016-06-17 | 1 | -2/+2 |
| | |||||
* | travis: Use Qt 5 on Ubuntu CI builds | Lioncash | 2016-06-17 | 1 | -6/+10 |
| | |||||
* | travis: Update dependencies | Lioncash | 2016-04-03 | 1 | -2/+2 |
| | |||||
* | Dependencies: Remove GLFW, Add SDL2 | MerryMage | 2016-03-02 | 1 | -2/+0 |
| | | | | | | | | | | | | | | 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 | ||||
* | Travis: Replace `before_install` with `install` | Yuri Kunde Schlesner | 2015-07-11 | 1 | -8/+3 |
| | |||||
* | Travis: Remove use of sudo to enable use container-based builds | Yuri Kunde Schlesner | 2015-07-11 | 1 | -0/+15 |
| | |||||
* | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 2015-05-29 | 1 | -1/+1 |
| | |||||
* | CI: upload builds to builds.citra-emu.org instead of MEGA | archshift | 2015-03-17 | 1 | -0/+7 |
| | |||||
* | Revert "Travis: Enable caching of dependencies" | chinhodado | 2015-01-11 | 1 | -5/+0 |
| | |||||
* | Travis: Try to cache downloaded files to work around sf.net sucking | Yuri Kunde Schlesner | 2014-12-20 | 1 | -1/+4 |
| | |||||
* | Travis: Enable APT cache. This should give us a small boost | Yuri Kunde Schlesner | 2014-12-20 | 1 | -0/+2 |
| | | | | http://docs.travis-ci.com/user/caching/#Caching-Ubuntu-packages | ||||
* | Travis: Added OSX, use default compilers, moved cmds into own scripts | archshift | 2014-06-18 | 1 | -11/+8 |
| | |||||
* | Yet anothing missing dependency? libxcursor-dev | Thomas Edvalson | 2014-04-26 | 1 | -1/+1 |
| | |||||
* | Maybe needs libglew-dev? | Thomas Edvalson | 2014-04-26 | 1 | -1/+1 |
| | |||||
* | Fixed travis dir problem (third time's the charm) | Thomas Edvalson | 2014-04-25 | 1 | -4/+4 |
| | |||||
* | One of the lines wasn't quite unneccesary. | Thomas Edvalson | 2014-04-25 | 1 | -0/+1 |
| | |||||
* | Remove potentially unnecessary lines in Travis script. | Thomas Edvalson | 2014-04-25 | 1 | -4/+1 |
| | |||||
* | Added Travis CI script | Thomas Edvalson | 2014-04-25 | 1 | -0/+16 |