summaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create GitHub Actions for CI (#7335) Dirk Best2020-10-211-19/+1
| | | | | | | | | | | This is intended as a replacement for AppVeyor and parts of TravisCI. It will create full builds of MAME (including tools) for the following platforms: - Linux (GCC and Clang) - macOS (Clang) - Windows (GCC and MSVC 2019) It will also upload the resulting executable as artifact so that it can be used for regression testing. This commit also removes the unused TeaCI drone files.
* Enable ppc64le for travis (#7113) Julian Sikorski2020-08-221-1/+8
| | | | | | * Added akkaarrh to the ci target. * Switched Travis CI to Ubuntu Focal. * Allow ppc64le CI build to fail. * Report CI status as soon as a job has failed or remaining jobs are allowed to fail.
* Fix non-x86 build and try to make sure it does not break silently again (#7041) Julian Sikorski2020-08-121-4/+4
| | | | | | * Do not build x64 DRC backend when C backend is forced * New CI target (mametiny + kinst) * Switch travis to CI target * Switch appveyor to CI target
* Overhaul travis.yml in an attempt to speed up macos builds (#6988) Julian Sikorski2020-07-231-8/+20
|
* Add arm64 and s390x to travis CI Julian Sikorski2020-06-281-12/+15
|
* Update Travis CI build environments Julian Sikorski2020-06-051-3/+3
| | | | | Switch Ubuntu build from gcc-9 to gcc-10 Switch macOS build from Xcode 11.0 (macOS 10.14.6) to Xcode 11.5 (macOS 10.15.4)
* Continuous integration improvements (#5703) Julian Sikorski2019-10-181-3/+4
| | | | | | | | | | | | | | | | | | | | * Add workaround for imgtool and jedutil failing vs2019 debug builds with /ZI * No longer allow msvc build to fail * Enable tools build for travis to make it more useful * Switch travis to Xcode 11 in order to fix nltool linking failure * Prefer 64-bit compiler with VS 2019 too * Setting PreferredToolArchitecture to x64 is not needed, genie puts it into the project files for vs2015 or later * OPTIMIZE=1 build is faster that OPTIMIZE=0 for some reason. So fast in fact, that TOOLS=1 can be enabled without hitting the 60 minute timeout * Switch MINGW build to VS 2017 image until appveyor figure out why builds on VS 2019 are almost twice as slow * Run pacman twice to account for core system upgrades
* Migrate travis-ci to gcc-9 Julian Sikorski2019-08-251-2/+3
|
* Migrate travis-ci configuration to Ubuntu Bionic Julian Sikorski2019-08-251-13/+3
| | | | Make sure Qt5 is the default when tools like moc are being called
* Explicitly use Ubuntu Trusty Julian Sikorski2019-08-241-0/+1
| | | | Due to ppas used the travis-ci only works when trusty is being used. With xenial being the default as of August 2019 the builds fail most of the time. Request trusty explicitly until the CI configuration can be migrated to a more recent Ubuntu release.
* Add libxi-dev to Travis Config Kiall Mac Innes2019-05-291-1/+1
|
* Update .travis.yml Dankan18902017-07-231-1/+1
|
* Update .travis.yml Dankan18902017-07-231-1/+1
|
* fixed QT 5.5.1 for trusty. dankan18902017-07-221-1/+1
|
* Fix travis Vas Crabb2016-06-101-3/+3
|
* pkg-config is already there (nw) Miodrag Milanovic2016-05-281-1/+1
|
* update travis for osx (nw) Miodrag Milanovic2016-05-281-2/+2
|
* looks something is wrong (nw) Miodrag Milanovic2016-05-271-4/+3
|
* disable notification Miodrag Milanovic2016-05-271-3/+4
|
* they updated version (nw) Miodrag Milanovic2016-05-271-1/+1
|
* 2nd try (nw) Miodrag Milanovic2016-05-271-2/+3
|
* move to qt5 in travis.yml (nw) Miodrag Milanovic2016-05-271-2/+2
|
* Travis update (nw) Miodrag Milanovic2016-05-271-2/+1
|
* 6 is too many 3 is better, lets see about 4 (nw) Cowering2015-12-121-1/+1
|
* try again (nw) Cowering2015-12-121-1/+1
|
* in the 'try anything' dept.... (NW) Cowering2015-12-121-1/+1
|
* ups Miodrag Milanovic2015-12-111-1/+1
|
* let's see how this work Miodrag Milanovic2015-12-111-2/+2
|
* update travis file (nw) Miodrag Milanovic2015-12-071-2/+2
|
* back to full builds (nw) Miodrag Milanovic2015-12-031-3/+2
|
* try specific build and use tiny build just for testing (nw) Miodrag Milanovic2015-12-031-2/+3
|
* try specific package (nw) Miodrag Milanovic2015-12-031-3/+3
|
* stupid me (nw) Miodrag Milanovic2015-12-031-2/+2
|
* ah (nw) Miodrag Milanovic2015-12-031-3/+0
|
* travis : try different approach (nw) Miodrag Milanovic2015-12-031-2/+2
|
* update travis (nw) Miodrag Milanovic2015-12-031-0/+12
|
* One more fix balr0g2015-09-181-1/+1
|
* Corrections balr0g2015-09-181-4/+5
|
* More Travis OSX changes balr0g2015-09-181-1/+8
|
* Travis OS X testing balr0g2015-09-181-4/+9
|
* travis: only build master branch Dirk Best2015-09-171-0/+3
|
* Try to make Travis happy balr0g2015-08-191-1/+1
|
* Attempted Travis fix balr0g2015-08-171-1/+1
|
* Revert "debugqt: Port to Qt5 [O. Galibert]" Olivier Galibert2015-08-011-6/+6
| | | | | Experience shows it's too early for that. I'll keep that in a corner and we'll see again later.
* More Travis changes balr0g2015-07-291-4/+5
|
* Attempt fix for Qt5 build issue balr0g2015-07-291-2/+2
|
* travis: disable notifications until it can be fixed Dirk Best2015-07-291-2/+1
|
* travis: try to update for qt5 Dirk Best2015-07-291-2/+2
|
* travis: add email notifications Dirk Best2015-07-211-0/+3
|
* travis: lets see if OPTIMIZE=0 is faster Dirk Best2015-07-141-1/+1
|