aboutsummaryrefslogtreecommitdiffstats
path: root/dist/linux/travis-ci.sh
Commit message (Collapse)AuthorAgeFilesLines
* move docker-related resources to ghdl/docker1138-4EB2018-05-271-132/+0
|
* travis-ci.sh: call make with ghdl_version.Tristan Gingold2018-04-131-1/+2
| | | | Tentative fix for #554
* Set a version to libghdl, put version in configure.Tristan Gingold2018-03-211-1/+1
|
* travis: tentatively fix release identifier in macos builds.Tristan Gingold2017-12-181-6/+10
| | | | For #496
* Tentatively fix tarball filename for travis.Tristan Gingold2017-12-181-4/+5
| | | | For #496
* travis: comments, minor rewrite.Tristan Gingold2017-12-181-0/+1
|
* use travis stages, use docker multistage builds1138-4EB2017-12-161-32/+57
|
* Fix typo in previous commit. Prepare 0.35rc2Tristan Gingold2017-12-141-3/+4
|
* Remove 'v' in release files.Tristan Gingold2017-12-141-0/+4
| | | | Fix #454
* travis-ci: allow unshallow to fail.Tristan Gingold2017-12-101-1/+4
|
* travis-ci: tentatively fix git --describe for version.Tristan Gingold2017-12-101-0/+5
|
* travis: add gpl packagingTristan Gingold2017-08-271-27/+47
|
* travis-ci: use matrix for docker buildsTristan Gingold2017-08-251-64/+28
|
* travis-ci: don't disp gna logTristan Gingold2017-08-181-4/+4
|
* travis: add fold around env.Tristan Gingold2017-08-171-0/+2
|
* travis-ci: investigate gnat-gpl install issueTristan Gingold2017-08-171-3/+3
|
* travis-ci: fix fold (again?) and macos-xTristan Gingold2017-08-171-2/+2
|
* travis-ci: try build on macos xTristan Gingold2017-08-171-15/+21
|
* travis: remove script deploy, adjust fold.Tristan Gingold2017-08-171-2/+2
|
* travis: use matrix with os-x, add fold commands in logTristan Gingold2017-08-171-1/+8
|
* Reimport appveyor and travis-ci scripts from v0.34Tristan Gingold2017-08-161-29/+48
|
* Use single VM in .travis.yml to speed-up launching builds. Container are ↵1138-4EB2017-03-011-7/+64
| | | | | | | 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-0/+12
* 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.