summaryrefslogtreecommitdiffstats
path: root/.travis-deps.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Produce 7zip artifacts on Travis and Appveyorj-selby2017-07-281-1/+1
|
* Travis: Upgrade to CMake 3.6.3Yuri Kunde Schlesner2017-05-281-1/+1
|
* Travis: Use a stable version of clang-formatYuri Kunde Schlesner2016-12-031-0/+7
|
* Move to SDL2-2.0.5freiro2016-11-221-2/+2
|
* Remove cmake from the install list. Its now up to date on the new travis mac imageJames Rowe2016-11-111-1/+1
|
* Travis: Fix OS X buildYuri Kunde Schlesner2016-09-211-2/+1
| | | | | | | Probably due to additional Travis caching, cmake is now already installed when the script runs. This causes the unlink to remove the symlink to the executable, which is then not re-added by the install (since it's already installed).
* travis cache for cmake and sdl2 (#2060)Lectem2016-09-081-4/+13
|
* travis: Update to XCode 7.3.1MerryMage2016-09-021-2/+1
|
* CMake: Fix for QT 5.7 overwriting -std=c++1y flagJames Rowe2016-08-051-2/+2
| | | | | | | In QT 5.7 they added a new check for CXX features which appends a minimum required standard to the CXX_FLAGS. Because we were writing the flag directly previously, cmake assumed it needed to add a c++11 flag to the build. This tells cmake to use c++14 on every build.
* travis: Use GCC 6 on Ubuntu CI buildsLioncash2016-06-171-2/+2
|
* travis: Install cmake 3.1Sam Spilsbury2016-04-251-2/+3
|
* travis: Update dependenciesLioncash2016-04-031-2/+2
|
* OS X: Use dylibbundler to include dylibs required by citra in nightly archiveMerryMage2016-03-151-1/+1
|
* Dependencies: Remove GLFW, Add SDL2MerryMage2016-03-021-9/+4
| | | | | | | | | | | | | | 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-deps.sh: don't install pkgbuild on OS Xarchshift2015-11-041-1/+1
| | | | pkgbuild is now provided by Travis itself, so homebrew throws an error upon trying to install it.
* .travis-deps.sh: update curl invocation to follow 302 redirectsarchshift2015-11-041-1/+1
| | | | CMake recently 302'd the download URL we're using. To prevent any issues, just follow the redirect with cURL.
* Update homebrew before building, which no longer uses SourceForgearchshift2015-07-171-1/+1
|
* Travis: Update GLFW on Linux to 3.1.1Yuri Kunde Schlesner2015-07-111-5/+5
|
* Travis: Remove use of sudo to enable use container-based buildsYuri Kunde Schlesner2015-07-111-8/+8
|
* Use xcpretty for xcodebuild on Travischinhodado2015-06-021-0/+1
|
* CI: upload builds to builds.citra-emu.org instead of MEGAarchshift2015-03-171-2/+2
|
* Revert "Travis: Enable caching of dependencies"chinhodado2015-01-111-2/+0
|
* Merge pull request #275 from yuriks/cmake-cleanbunnei2014-12-221-1/+5
|\ | | | | Clean up CMake library specification
| * Build GLFW as a shared lib on TravisYuri Kunde Schlesner2014-12-151-1/+5
| |
* | Travis: Try to cache downloaded files to work around sf.net suckingYuri Kunde Schlesner2014-12-201-0/+2
| |
* | Travis: Use gcc 4.9 instead of 4.8 since it's getting installed anywayYuri Kunde Schlesner2014-12-161-2/+2
| |
* | Travis: Enable tracing on the script to ease troubleshootingYuri Kunde Schlesner2014-12-161-0/+1
|/
* CMake cleanupYuri Kunde Schlesner2014-09-011-4/+10
| | | | | | | | Several cleanups to the buildsystem: - Do better factoring of common libs between platforms. - Add support to building on Windows. - Remove Qt4 support. - Re-sort file lists and add missing headers.
* Replace GLEW with a glLoadGen loader.Yuri Kunde Schlesner2014-09-011-2/+2
| | | | | | | | | This should fix the GL loading errors that occur in some drivers due to the use of deprecated functions by GLEW. Side benefits are more accurate auto-completion (deprecated function and symbols don't exist) and faster pointer loading (less entrypoints to load). In addition it removes an external library depency, simplifying the build system a bit and eliminating one set of binary libraries for Windows.
* Add Qt5 option. Use Qt5 by default.Sacha2014-08-191-1/+1
|
* Travis: Added OSX, use default compilers, moved cmds into own scriptsarchshift2014-06-181-0/+18