summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Removed travis configuration, everything moved to github actionsJohnny Willemsen2020-10-081-75/+0
|
* Migrate several custom travis configurations to travis-ciJohnny Willemsen2020-08-241-4/+0
| | | | | * .github/workflows/linux.yml: * .travis.yml:
* Removed two configuration, ACE tests are always compiled on github actions ↵Johnny Willemsen2020-05-131-2/+0
| | | | | | as versioned namespaces are * .travis.yml:
* Move macosx from travis to github actionsJohnny Willemsen2020-05-131-5/+0
| | | | | | | | | | * .github/workflows/ccpp.yml -> .github/workflows/linux.yml: Moved. * .github/workflows/macosx.yml: Added. * .travis.yml:
* Removed some not used ccm flagsJohnny Willemsen2020-03-301-2/+0
| | | | * .travis.yml:
* Removed fuzz from travisciJohnny Willemsen2020-02-271-2/+0
| | | | * .travis.yml:
* Use ubuntu 18.04 with more compiler versions on azure. On travis reduce the ↵Johnny Willemsen2019-11-021-22/+1
| | | | | | | amount of configurations because they are already running on azure and they keep timing out on travis. * .travis.yml: * azure-pipelines.yml:
* Migrate clang5/6/7 builds from travis to azure and enable versioned ↵Johnny Willemsen2018-11-291-33/+0
| | | | | | | namespaces by default * .travis.yml: * azure-pipelines.yml:
* Don't use sudo anymore as described in ↵Johnny Willemsen2018-11-051-1/+0
| | | | https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures
* Don't compile the ACE tests with clang7 on travisci, it is taking to longJohnny Willemsen2018-11-011-1/+1
| | | | * .travis.yml:
* Remove quotes around compiler env variableJohnny Willemsen2018-10-231-5/+5
| | | | * .travis.yml:
* Use clang7 as compilerJohnny Willemsen2018-10-231-1/+1
| | | | * .travis.yml:
* No .0 minor version for clang7Johnny Willemsen2018-10-231-2/+2
| | | | * .travis.yml:
* Added clang7Johnny Willemsen2018-10-231-0/+11
| | | | * .travis.yml:
* Add clang5 buildJohnny Willemsen2018-05-151-0/+11
| | | | * .travis.yml:
* Add g++-6 buildJohnny Willemsen2018-05-151-0/+10
| | | | * .travis.yml:
* Also add a gcc7 buildJohnny Willemsen2018-05-151-0/+10
| | | | * .travis.yml:
* Change for clang6Johnny Willemsen2018-05-151-2/+2
| | | | * .travis.yml:
* clang6 and gcc8 on travis-ciJohnny Willemsen2018-05-151-5/+5
| | | | * .travis.yml:
* Added usage of travis_latestJohnny Willemsen2017-12-111-0/+1
| | | | * .travis.yml:
* When compiling the ACE tests don't compile TAO, it takes too long on travisJohnny Willemsen2017-10-211-1/+1
|
* Upgrade to clang5Johnny Willemsen2017-10-211-3/+3
|
* More parallel makeJohnny Willemsen2017-09-081-1/+1
|
* Revert back to clang 3.9Johnny Willemsen2017-09-051-2/+2
|
* Merge branch 'master' into jwi-gcc7-travisJohnny Willemsen2017-09-051-4/+8
|\
| * Use make -j 3Johnny Willemsen2017-06-261-1/+1
| | | | | | | | * .travis.yml:
| * Set clang++ as compiler envand disable inlining, this makes sure we compile ↵Johnny Willemsen2017-06-221-3/+3
| | | | | | | | | | | | all code in the core * .travis.yml:
| * OSX uses clangJohnny Willemsen2017-06-211-1/+1
| | | | | | | | * .travis.yml:
| * Only set ssl and xerces3 on linuxJohnny Willemsen2017-06-211-2/+3
| | | | | | | | * .travis.yml:
| * Fixed os setttingJohnny Willemsen2017-06-211-1/+1
| | | | | | | | * .travis.yml:
| * Add env for osxJohnny Willemsen2017-06-211-0/+1
| | | | | | | | * .travis.yml:
| * Different approach for osx, not all combinations on osxJohnny Willemsen2017-06-211-1/+1
| | | | | | | | * .travis.yml:
| * Trigger travisJohnny Willemsen2017-06-211-0/+1
| |
| * Try osxJohnny Willemsen2017-06-211-0/+1
| |
* | Try clang 4.0 on travisJohnny Willemsen2017-06-161-3/+3
| | | | | | | | * .travis.yml:
* | Try gcc7 on travisJohnny Willemsen2017-06-161-2/+2
|/ | | | * .travis.yml:
* Simplified and removed some old CIAO configurations which are not part ↵Johnny Willemsen2017-01-251-13/+1
| | | | | | anymore of ACE/TAO * .travis.yml:
* g++6 and clang3.9Johnny Willemsen2017-01-251-6/+8
| | | | * .travis.yml:
* Rework clang supportJohnny Willemsen2017-01-251-1/+27
| | | | * .travis.yml:
* Changed handling of clangJohnny Willemsen2017-01-251-4/+13
| | | | * .travis.yml:
* Enable clang supportJohnny Willemsen2017-01-251-1/+4
| | | | * .travis.yml:
* Ability to disable TAO as part of one matrixJohnny Willemsen2016-10-311-11/+13
| | | | * .travis.yml:
* Attempt to test FACE configurationJohnny Willemsen2016-10-311-0/+2
| | | | * .travis.yml:
* Just linux for the momentJohnny Willemsen2016-10-031-1/+0
| | | | * .travis.yml:
* Use no special osxJohnny Willemsen2016-10-031-1/+0
| | | | * .travis.yml:
* Fixed osx OSJohnny Willemsen2016-10-031-1/+1
| | | | * .travis.yml:
* Attempt to fix osxJohnny Willemsen2016-10-031-3/+2
| | | | * .travis.yml:
* Simplify travis-ci fileJohnny Willemsen2016-10-031-2/+1
| | | | * .travis.yml:
* Add OSXJohnny Willemsen2016-10-021-3/+10
| | | | * .travis.yml:
* Added versioned buildJohnny Willemsen2016-09-051-0/+2
| | | | * .travis.yml: