summaryrefslogtreecommitdiffstatshomepage
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* travis: run validate after compiling Dirk Best2015-07-111-4/+4
|
* travis: use an updated version of qt to make clang happy Dirk Best2015-07-101-1/+2
|
* travis: add clang support Dirk Best2015-07-101-1/+8
|
* Add travis-ci support Dirk Best2015-07-101-0/+10