aboutsummaryrefslogtreecommitdiffstats
path: root/dist/travis-ci.sh
Commit message (Collapse)AuthorAgeFilesLines
* Replace travis-ci matrix with docker containers (#272)1138-4EB2017-02-141-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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-58/+1
| | | | | | | | | * 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.
* Avoid problems from not using quotes in shell script.1138-4EB2017-02-101-7/+7
|
* <src/version.ads> is not present. However <src/version.in> exists.1138-4EB2017-02-101-1/+1
|
* Allow not to pass BLD as argument to <travis-ci.sh>, but to be previously ↵1138-4EB2017-02-091-2/+3
| | | | defined as an ennvar
* travis-ci: tentatively fix llvm-3.5 buildTristan Gingold2016-12-291-4/+8
|
* Use CXX in makefiles and configures to design the c++ compiler.Tristan Gingold2016-12-241-1/+1
|
* travis: set CLANGXX in make commandTristan Gingold2016-12-121-9/+12
|
* travis: set CXXTristan Gingold2016-12-121-2/+0
|
* travis: disp clang++ versionTristan Gingold2016-12-121-0/+2
|
* travis: build with llvm-3.8 (test)Tristan Gingold2016-12-111-2/+4
|
* travis: adjust script and configTristan Gingold2016-05-031-1/+5
|
* travis-ci: deploy snapshot using github release.Tristan Gingold2016-05-031-1/+3
|
* travis-ci: create a tarball for the build.Tristan Gingold2016-05-031-5/+16
|
* travis: fix mcode build.Tristan Gingold2016-01-141-6/+5
|
* travis: use envs.Tristan Gingold2016-01-141-21/+23
|
* travis: also build with llvm.Tristan Gingold2016-01-141-4/+27
|
* travis: Use an external script to build and test.Tristan Gingold2016-01-121-0/+15