summaryrefslogtreecommitdiffstats
path: root/.travis.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* travis: Update to using Xcode 10.2Lioncash2019-05-071-1/+1
| | | | | Keeps the CI toolchain updated. This is also necessary for updating dynarmic.
* travis: Bump macOS version to 10.14Lioncash2019-03-081-1/+1
| | | | | | | For whatever bizarre reason, Apple only made a few of std::optional's member functions available on newer SDK versions. Given we can't even run yuzu on macOS, and we keep the builder around to ensure that it always at least compiles on macOS, we can bump this up a version.
* travis: Make macOS builds utilize Xcode 10Lioncash2018-09-251-1/+1
| | | | | Keeps the used toolchain up to date and finally allows the use of <optional> and <variant> standard library headers within the codebase.
* travis: running mingw build on travis citech4me2018-09-191-0/+13
| | | | This commit also fixed a broken cmake dependency with unicorn
* travis: use Citras ccachefearlessTobi2018-08-311-4/+2
|
* Cache ccache on TravisMichał Janiszewski2018-06-071-0/+4
|
* travis: Use Xcode 9.3 instead of 9.2Lioncash2018-04-271-1/+1
| | | | Keeps the toolchains up to date.
* Use Docker for Build Target clang-format for travis.N00byKing2018-02-161-9/+4
| | | | This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one.
* Added webhook notifications to TravisCI build.Flame Sage2018-01-271-0/+5
|
* Travis: Add missing PPA for newer libstdc++James Rowe2018-01-211-0/+1
|
* Travis: Update clang-format to 6.0James Rowe2018-01-211-1/+4
|
* travis: Use Xcode 9.2Lioncash2018-01-181-1/+1
| | | | | Uses the latest available Xcode version. This allows the use of more C++17 facilities without the CI failing.
* Build: Update deploy keysJames Rowe2018-01-181-1/+1
|
* Implement Pull #3034 from CitraTobias2018-01-161-8/+8
| | | Change build order to check clang-format first
* Build: Update Appveyor and Travis secret keysJames Rowe2018-01-161-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 platformsMerryMage2017-10-071-13/+21
| | | | This commit also separates clang-format from the linux build, closing #2702.
* Travis: Use Docker to build for LinuxJames2017-08-101-12/+4
|
* Travis/AppVeyor: Deploy based upon tagsj-selby2017-08-061-1/+1
|
* Produce 7zip artifacts on Travis and Appveyorj-selby2017-07-281-1/+2
|
* Fixes file upload pattern in the travis.yml to include macOS releases (#2592)James Rowe2017-02-251-2/+2
|
* Change travis to deploy on push to citra-nightly. Add more information to the releases pageJames Rowe2017-01-051-1/+1
|
* Change deploy to use github releases instead, but only for the citra-nightly repoJames Rowe2017-01-051-5/+8
|
* Update .travis.ymlbunnei2017-01-041-1/+1
|
* Try a different travis keyJames Rowe2017-01-041-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 Rowe2017-01-011-1/+1
|
* Add deploy to bintray for builds to masterJames Rowe2016-12-311-9/+11
|
* Travis: Use a stable version of clang-formatYuri Kunde Schlesner2016-12-031-3/+1
|
* Travis: Remove build uploadingYuri Kunde Schlesner2016-11-251-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 checkYuri Kunde Schlesner2016-09-211-0/+2
|
* travis cache for cmake and sdl2 (#2060)Lectem2016-09-081-0/+4
|
* travis: Update to XCode 7.3.1MerryMage2016-09-021-0/+1
|
* travis: Use GCC 6 on Ubuntu CI buildsLioncash2016-06-171-2/+2
|
* travis: Use Qt 5 on Ubuntu CI buildsLioncash2016-06-171-6/+10
|
* travis: Update dependenciesLioncash2016-04-031-2/+2
|
* Dependencies: Remove GLFW, Add SDL2MerryMage2016-03-021-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 Schlesner2015-07-111-8/+3
|
* Travis: Remove use of sudo to enable use container-based buildsYuri Kunde Schlesner2015-07-111-0/+15
|
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-1/+1
|
* CI: upload builds to builds.citra-emu.org instead of MEGAarchshift2015-03-171-0/+7
|
* Revert "Travis: Enable caching of dependencies"chinhodado2015-01-111-5/+0
|
* Travis: Try to cache downloaded files to work around sf.net suckingYuri Kunde Schlesner2014-12-201-1/+4
|
* Travis: Enable APT cache. This should give us a small boostYuri Kunde Schlesner2014-12-201-0/+2
| | | | http://docs.travis-ci.com/user/caching/#Caching-Ubuntu-packages
* Travis: Added OSX, use default compilers, moved cmds into own scriptsarchshift2014-06-181-11/+8
|
* Yet anothing missing dependency? libxcursor-devThomas Edvalson2014-04-261-1/+1
|
* Maybe needs libglew-dev?Thomas Edvalson2014-04-261-1/+1
|
* Fixed travis dir problem (third time's the charm)Thomas Edvalson2014-04-251-4/+4
|
* One of the lines wasn't quite unneccesary.Thomas Edvalson2014-04-251-0/+1
|
* Remove potentially unnecessary lines in Travis script.Thomas Edvalson2014-04-251-4/+1
|
* Added Travis CI scriptThomas Edvalson2014-04-251-0/+16