Lioncash
5873b14efd
travis: Make macOS builds utilize Xcode 10
...
Keeps the used toolchain up to date and finally allows the use of
<optional> and <variant> standard library headers within the codebase.
6 years ago
tech4me
a8f54f96fc
travis: running mingw build on travis ci
...
This commit also fixed a broken cmake dependency with unicorn
6 years ago
fearlessTobi
dc3cc0002c
travis: use Citras ccache
6 years ago
Michał Janiszewski
f3885845fc
Cache ccache on Travis
7 years ago
Lioncash
5a579f66a0
travis: Use Xcode 9.3 instead of 9.2
...
Keeps the toolchains up to date.
7 years ago
N00byKing
947831ff1e
Use Docker for Build Target clang-format for travis.
...
This uses the (apparently) more stable Ubuntu Repo instead of the LLVM one.
7 years ago
Flame Sage
c93136a2bf
Added webhook notifications to TravisCI build.
7 years ago
James Rowe
96f446ff65
Travis: Add missing PPA for newer libstdc++
7 years ago
James Rowe
425b3923d2
Travis: Update clang-format to 6.0
7 years ago
Lioncash
da21545a77
travis: Use Xcode 9.2
...
Uses the latest available Xcode version. This allows the use of more
C++17 facilities without the CI failing.
7 years ago
James Rowe
138c03d565
Build: Update deploy keys
7 years ago
Tobias
af9a4539b1
Implement Pull #3034 from Citra
...
Change build order to check clang-format first
7 years ago
James Rowe
b5b0d4e7c3
Build: Update Appveyor and Travis secret keys
...
The keys are github auth_tokens and are assigned to yuzubot for the
yuzu-nightly repository to allow Appveyor and Travis to upload releases
7 years ago
MerryMage
15a2388a33
travis: Split build scripts for different platforms
...
This commit also separates clang-format from the linux build, closing #2702 .
7 years ago
James
fa64309aac
Travis: Use Docker to build for Linux
8 years ago
j-selby
8bda0ca68d
Travis/AppVeyor: Deploy based upon tags
8 years ago
j-selby
a7dae7fd70
Produce 7zip artifacts on Travis and Appveyor
8 years ago
James Rowe
0be8f8716c
Fixes file upload pattern in the travis.yml to include macOS releases ( #2592 )
8 years ago
James Rowe
c4ad608870
Change travis to deploy on push to citra-nightly. Add more information to the releases page
8 years ago
James Rowe
0a6ca01991
Change deploy to use github releases instead, but only for the citra-nightly repo
8 years ago
bunnei
159bcbfdbc
Update .travis.yml
8 years ago
James Rowe
737c8bee16
Try a different travis key
8 years ago
James Rowe
8f6c3b5c20
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)
8 years ago
James Rowe
b03e7bf28f
Add deploy to bintray for builds to master
8 years ago
Yuri Kunde Schlesner
7acc5c8f30
Travis: Use a stable version of clang-format
8 years ago
Yuri Kunde Schlesner
99079cc906
Travis: Remove build uploading
...
@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.
8 years ago
Yuri Kunde Schlesner
0e3f0120a8
Fix Travis clang-format check
8 years ago
Lectem
722af0703e
travis cache for cmake and sdl2 ( #2060 )
8 years ago
MerryMage
d93cfb32fe
travis: Update to XCode 7.3.1
8 years ago
Lioncash
a81b9ca689
travis: Use GCC 6 on Ubuntu CI builds
9 years ago
Lioncash
c283a8509d
travis: Use Qt 5 on Ubuntu CI builds
9 years ago
Lioncash
5181b4a0df
travis: Update dependencies
9 years ago
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
9 years ago
Yuri Kunde Schlesner
6fc605a196
Travis: Replace `before_install` with `install`
10 years ago
Yuri Kunde Schlesner
73b6a715ee
Travis: Remove use of sudo to enable use container-based builds
10 years ago
Emmanuel Gil Peyrot
b1503b2020
Remove every trailing whitespace from the project (but externals).
10 years ago
archshift
6cc1a07235
CI: upload builds to builds.citra-emu.org instead of MEGA
10 years ago
chinhodado
b8801a8e4e
Revert "Travis: Enable caching of dependencies"
10 years ago
Yuri Kunde Schlesner
d261e77c16
Travis: Try to cache downloaded files to work around sf.net sucking
10 years ago
Yuri Kunde Schlesner
c7bba5a079
Travis: Enable APT cache. This should give us a small boost
...
http://docs.travis-ci.com/user/caching/#Caching-Ubuntu-packages
10 years ago
archshift
99110dc460
Travis: Added OSX, use default compilers, moved cmds into own scripts
11 years ago
Thomas Edvalson
149503d249
Yet anothing missing dependency? libxcursor-dev
11 years ago
Thomas Edvalson
c08cec14e1
Maybe needs libglew-dev?
11 years ago
Thomas Edvalson
322efe83fa
Fixed travis dir problem (third time's the charm)
11 years ago
Thomas Edvalson
ac4947bb68
One of the lines wasn't quite unneccesary.
11 years ago
Thomas Edvalson
5c76845363
Remove potentially unnecessary lines in Travis script.
11 years ago
Thomas Edvalson
e492a253d9
Added Travis CI script
11 years ago