summaryrefslogtreecommitdiffstats
path: root/.travis.yml (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-07travis: Update to using Xcode 10.2Lioncash1-1/+1
2019-03-08travis: Bump macOS version to 10.14Lioncash1-1/+1
2018-09-25travis: Make macOS builds utilize Xcode 10Lioncash1-1/+1
2018-09-19travis: running mingw build on travis citech4me1-0/+13
2018-08-31travis: use Citras ccachefearlessTobi1-4/+2
2018-06-07Cache ccache on TravisMichał Janiszewski1-0/+4
2018-04-27travis: Use Xcode 9.3 instead of 9.2Lioncash1-1/+1
2018-02-16Use Docker for Build Target clang-format for travis.N00byKing1-9/+4
2018-01-27Added webhook notifications to TravisCI build.Flame Sage1-0/+5
2018-01-21Travis: Add missing PPA for newer libstdc++James Rowe1-0/+1
2018-01-21Travis: Update clang-format to 6.0James Rowe1-1/+4
2018-01-18travis: Use Xcode 9.2Lioncash1-1/+1
2018-01-18Build: Update deploy keysJames Rowe1-1/+1
2018-01-16Implement Pull #3034 from CitraTobias1-8/+8
2018-01-16Build: Update Appveyor and Travis secret keysJames Rowe1-1/+1
2017-10-07travis: Split build scripts for different platformsMerryMage1-13/+21
2017-08-10Travis: Use Docker to build for LinuxJames1-12/+4
2017-08-06Travis/AppVeyor: Deploy based upon tagsj-selby1-1/+1
2017-07-28Produce 7zip artifacts on Travis and Appveyorj-selby1-1/+2
2017-02-25Fixes file upload pattern in the travis.yml to include macOS releases (#2592)James Rowe1-2/+2
2017-01-05Change travis to deploy on push to citra-nightly. Add more information to the releases pageJames Rowe1-1/+1
2017-01-05Change deploy to use github releases instead, but only for the citra-nightly repoJames Rowe1-5/+8
2017-01-04Update .travis.ymlbunnei1-1/+1
2017-01-04Try a different travis keyJames Rowe1-1/+1
2017-01-01Try 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 Rowe1-1/+1
2016-12-31Add deploy to bintray for builds to masterJames Rowe1-9/+11
2016-12-03Travis: Use a stable version of clang-formatYuri Kunde Schlesner1-3/+1
2016-11-25Travis: Remove build uploadingYuri Kunde Schlesner1-1/+0
2016-09-21Fix Travis clang-format checkYuri Kunde Schlesner1-0/+2
2016-09-08travis cache for cmake and sdl2 (#2060)Lectem1-0/+4
2016-09-02travis: Update to XCode 7.3.1MerryMage1-0/+1
2016-06-17travis: Use GCC 6 on Ubuntu CI buildsLioncash1-2/+2
2016-06-17travis: Use Qt 5 on Ubuntu CI buildsLioncash1-6/+10
2016-04-03travis: Update dependenciesLioncash1-2/+2
2016-03-02Dependencies: Remove GLFW, Add SDL2MerryMage1-2/+0
2015-07-11Travis: Replace `before_install` with `install`Yuri Kunde Schlesner1-8/+3
2015-07-11Travis: Remove use of sudo to enable use container-based buildsYuri Kunde Schlesner1-0/+15
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot1-1/+1
2015-03-17CI: upload builds to builds.citra-emu.org instead of MEGAarchshift1-0/+7
2015-01-11Revert "Travis: Enable caching of dependencies"chinhodado1-5/+0
2014-12-20Travis: Try to cache downloaded files to work around sf.net suckingYuri Kunde Schlesner1-1/+4
2014-12-20Travis: Enable APT cache. This should give us a small boostYuri Kunde Schlesner1-0/+2
2014-06-18Travis: Added OSX, use default compilers, moved cmds into own scriptsarchshift1-11/+8
2014-05-01Revert "Fix Travis"archshift1-2/+2
2014-05-01Fix Travisarchshift1-2/+2
2014-04-26Yet anothing missing dependency? libxcursor-devThomas Edvalson1-1/+1
2014-04-26Maybe needs libglew-dev?Thomas Edvalson1-1/+1
2014-04-25Fixed travis dir problem (third time's the charm)Thomas Edvalson1-4/+4
2014-04-25One of the lines wasn't quite unneccesary.Thomas Edvalson1-0/+1
2014-04-25Remove potentially unnecessary lines in Travis script.Thomas Edvalson1-4/+1
2014-04-25Added Travis CI scriptThomas Edvalson1-0/+16