aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Use single VM in .travis.yml to speed-up launching builds. Container are ↵1138-4EB2017-03-011-14/+2
| | | | | | | launched in parallel threads. The output of each thread is saved to a log. All of them are printed in order, after all the threads have finished. Shared ANSI color codes between libraries/vendors and dist/linux. The common file to be sourced is dist/ansi_color.sh
* Replace travis-ci matrix with docker containers (#272)1138-4EB2017-02-141-38/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | * Extract tag declarations from <travis-ci.sh>. Rename it to <buildtest.sh> and allow to pass -b (BLD) and -f (PKG_FILE) as arguments. Save tag declarations in <travis-ci.sh>, with a different meaning now. Modify <.travis.yml> accordingly. * chmod +x ./dist/buildtest.sh. Can be removed bi changing permissions. * Replace travis builds with docker containers. ubu1404+llvm-3.5, ubu1204+llvm-3.8, ubu+mcode, fed+mcode and fed+llvm Add PKG_DTAG and SHORT_COMMIT after PKG_FILE, to avoid collisions. DOCKER_IMG used to set image to be used in docker build. <mv> is enough if the host dir is mounted in the container. Since multiple files are added, content in <dist> split to <dist/lin> and <dist/win>. Git depth set to 10 in <.travis.yml> * Fix paths lin/linux and win/windows. Remove '_compile'. Revome wrong placed old buildtest. Add conditional builds (3). Leave 2 fixed.
* Extract tag declarations from <travis-ci.sh>. Rename it to <buildtest… (#277)1138-4EB2017-02-121-1/+3
| | | | | | | | | * Extract tag declarations from <travis-ci.sh>. Rename it to <buildtest.sh> and allow to pass -b (BLD) and -f (PKG_FILE) as arguments. Save tag declarations in <travis-ci.sh>, with a different meaning now. Modify <.travis.yml> accordingly. * chmod +x ./dist/buildtest.sh. Can be removed bi changing permissions.
* travis: don't run on appveyor branchTristan Gingold2016-12-201-0/+3
|
* travis: set CLANGXX in make commandTristan Gingold2016-12-121-1/+0
|
* travis: use CLANGXX instead of CXXTristan Gingold2016-12-121-1/+1
|
* travis: set CXXTristan Gingold2016-12-121-1/+3
|
* travis: re-add libstdc++Tristan Gingold2016-12-121-0/+1
|
* travis: try with clang-3.8Tristan Gingold2016-12-121-1/+1
|
* travis: add libstdc++-6Tristan Gingold2016-12-121-0/+1
|
* travis: try again with gnat-6/llvm-3.8Tristan Gingold2016-12-121-0/+14
|
* travis: revertTristan Gingold2016-12-111-8/+0
|
* travis: don't use a container for llvm-3.8Tristan Gingold2016-12-111-12/+8
|
* travis: try gnat-5Tristan Gingold2016-12-111-2/+2
|
* travis: try again with gnat-6Tristan Gingold2016-12-111-2/+2
|
* travis: try with trusty.Tristan Gingold2016-12-111-0/+1
|
* travis: remove tabsTristan Gingold2016-12-111-4/+4
|
* travis: build with llvm-3.8 (test)Tristan Gingold2016-12-111-1/+12
|
* travis: enable glob_file.Tristan Gingold2016-05-031-0/+1
|
* travis: adjust script and configTristan Gingold2016-05-031-1/+2
|
* travis-ci: deploy snapshot using github release.Tristan Gingold2016-05-031-0/+8
|
* travis: tentatively try mixed setup.Tristan Gingold2016-01-151-9/+17
|
* travis: use envs.Tristan Gingold2016-01-141-2/+5
|
* travis: also build with llvm.Tristan Gingold2016-01-141-2/+2
|
* travis: use trusty.Tristan Gingold2016-01-141-5/+6
|
* travis: revert previous patchesTristan Gingold2016-01-131-2/+0
|
* travis: try to install gnat-5, llvm-3.5Tristan Gingold2016-01-131-1/+2
|
* travis: tentatively install gnat:i386Tristan Gingold2016-01-131-0/+1
|
* travis: Use an external script to build and test.Tristan Gingold2016-01-121-7/+1
|
* travis: use container-based infrastructure.Tristan Gingold2016-01-121-4/+5
|
* travis: fix typoTristan Gingold2016-01-071-1/+1
|
* travis: adjust previous patch.Tristan Gingold2016-01-071-3/+4
|
* travis-ci: run testsuite.Tristan Gingold2016-01-071-0/+3
|
* Add .travis.yml (first try).Tristan Gingold2016-01-061-0/+8