Commit Graph

31 Commits

Author SHA1 Message Date
orbea
9c7affc2cf Travis + qb fixes. (#8040)
* travis: Enable building qt for linux.

* qb: Set QT_SELECT for moc and qtchooser.

This should have no effect on systems where qtchooser is not used.

Fixes https://github.com/libretro/RetroArch/issues/8028

* qb: Actually disable c++ features if there is no c++ compiler.

Now this warning actually does something.

  Warning: A working C++ compiler was not found, C++ features will be disabled.
2019-01-19 11:21:31 -05:00
orbea
79f8b6281f Revert "WIP: travis: Enable building qt for linux." (#8039) 2019-01-18 14:34:22 -05:00
orbea
4b20386b07 travis: Test global packages. 2019-01-18 11:11:56 -08:00
orbea
d8a62d5eab travis: Test QT_SELECT. 2019-01-18 09:27:16 -08:00
orbea
6f094a3fdd travis: Enable building qt for linux. 2019-01-18 09:27:16 -08:00
orbea
2d7bb5519b travis: Don't use libretro-super for xcode9.3 2019-01-17 07:08:58 -08:00
Rob Loach
63ba60ae1a
Merge pull request #7976 from orbea/brew
travis: Attempt to fix xcode9.3 travis build.
2019-01-13 14:41:31 -05:00
orbea
39442c7bba travis: Clean up. 2019-01-11 02:16:08 -08:00
orbea
12bb9e5cb5 travis: Attempt to fix xcode9.3 travis build. 2019-01-10 22:10:41 -08:00
Alfrix
6519120379 Fix Travis 2018-11-19 12:04:43 -03:00
Brad Parker
8e41665939 travis: use a newer gcc 2018-09-17 23:29:46 -04:00
Brad Parker
1a3259079c travis: include Qt 2018-09-17 23:16:47 -04:00
bparker06
18e249e85e
travis: install Qt for OSX 2018-09-08 12:04:05 -04:00
Brad Parker
9214f6079f travis: go to correct folder to deploy Metal 2018-09-03 09:37:59 -04:00
Brad Parker
511dcb0d56 travis: build Metal with libretro-super instead 2018-09-03 09:07:04 -04:00
Brad Parker
b2c704862a travis: deploy OSX Metal build 2018-09-02 21:57:06 -04:00
bparker06
ad15f76ff5
travis: add OSX Metal build 2018-08-31 13:49:44 -04:00
Brandon Wright
c7f04102c7 Adjust travis build to only use libraries the build-server supports. 2018-04-27 12:48:58 -05:00
Rob Loach
431d15746e
test: Disable Travis email notifications
@twinaphex reported that he was getting a lot of Travis email notifications. These are not needed, as the build status is reported on both Pull Requests, and the Status Badge.
2018-04-23 17:08:43 -04:00
bparker06
265b0560b3
travis: disable all d3d versions for windows 2018-03-28 20:16:59 -04:00
Brad Parker
5279b02dce travis: libusb package was in wrong place 2017-11-28 23:16:38 -05:00
Brad Parker
e2837d7dfb add libusb to travis file 2017-11-28 22:34:34 -05:00
Brad Parker
11ff3ddd4b travis/mingw: i686 not x86-64 2017-10-24 00:39:00 -04:00
Brad Parker
20850a7f92 travis: add mingw build targets 2017-10-24 00:37:31 -04:00
bparker06
be62ed11e5 Travis containers have 2 cores 2017-10-19 13:18:25 -04:00
twinaphex
404e3122bf (Travis CI) Use freeglut3-dev 2016-12-16 14:39:11 +01:00
gouchi
29f480f319 Update Scan Coverity key 2016-09-17 18:59:24 +02:00
gouchi
a2a1f34fca Add Coverity Scan to Travis CI 2016-09-17 17:26:13 +02:00
twinaphex
a545337265 .travis.yml - shouldn't be environment variables but should be passed
as defines to make instead
2016-09-06 22:18:33 +02:00
twinaphex
8c8332b414 Add two new targets - BUILD_C89 and BUILD_CXX 2016-09-06 22:11:43 +02:00
Nicolas Guillaumin
ddfa365c20 Fixes #1868: Added Tracis CI config file
Builds on Linux with gcc and clang, and also on Mac.

Had to configure a more recent version of clang as the default Travis CI
one is a bit outdated and wouldn't work.

Unfortunately I was unable to install Nvidia Cg for Mac as it needs to
run the installer interactively. Still, it builds without Cg support.

It only covers a subset of the architectures, but that's better than
nothing and should catch at least basic errors on pull requests
(requires enabling Travis CI support in the GitHub repository settings).
2016-09-05 20:10:06 -07:00