Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move docker-related resources to ghdl/docker | 1138-4EB | 2018-05-27 | 19 | -644/+0 |
| | |||||
* | travis-ci.sh: call make with ghdl_version. | Tristan Gingold | 2018-04-13 | 1 | -1/+2 |
| | | | | Tentative fix for #554 | ||||
* | Set a version to libghdl, put version in configure. | Tristan Gingold | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | travis: tentatively fix release identifier in macos builds. | Tristan Gingold | 2017-12-18 | 1 | -6/+10 |
| | | | | For #496 | ||||
* | Tentatively fix tarball filename for travis. | Tristan Gingold | 2017-12-18 | 1 | -4/+5 |
| | | | | For #496 | ||||
* | travis: comments, minor rewrite. | Tristan Gingold | 2017-12-18 | 3 | -9/+10 |
| | |||||
* | use travis stages, use docker multistage builds | 1138-4EB | 2017-12-16 | 25 | -259/+548 |
| | |||||
* | Fix typo in previous commit. Prepare 0.35rc2 | Tristan Gingold | 2017-12-14 | 1 | -3/+4 |
| | |||||
* | Remove 'v' in release files. | Tristan Gingold | 2017-12-14 | 1 | -0/+4 |
| | | | | Fix #454 | ||||
* | travis-ci: allow unshallow to fail. | Tristan Gingold | 2017-12-10 | 1 | -1/+4 |
| | |||||
* | travis-ci: tentatively fix git --describe for version. | Tristan Gingold | 2017-12-10 | 1 | -0/+5 |
| | |||||
* | Tentatively fix travis-ci gpl build failure. | Tristan Gingold | 2017-12-10 | 1 | -3/+1 |
| | |||||
* | travis: add gpl packaging | Tristan Gingold | 2017-08-27 | 3 | -66/+131 |
| | |||||
* | travis-ci: use matrix for docker builds | Tristan Gingold | 2017-08-25 | 8 | -139/+98 |
| | |||||
* | travis-ci: don't disp gna log | Tristan Gingold | 2017-08-18 | 2 | -44/+49 |
| | |||||
* | travis-ci: don't display vests log | Tristan Gingold | 2017-08-18 | 1 | -1/+14 |
| | |||||
* | travis-ci: move tests driver to buildtest.sh, clean cache before setting it. | Tristan Gingold | 2017-08-18 | 2 | -10/+32 |
| | |||||
* | travis: add fold around env. | Tristan Gingold | 2017-08-17 | 1 | -0/+2 |
| | |||||
* | travis-ci: investigate gnat-gpl install issue | Tristan Gingold | 2017-08-17 | 1 | -3/+3 |
| | |||||
* | travis-ci: fix fold (again?) and macos-x | Tristan Gingold | 2017-08-17 | 1 | -2/+2 |
| | |||||
* | travis-ci: try build on macos x | Tristan Gingold | 2017-08-17 | 2 | -17/+23 |
| | |||||
* | travis: remove script deploy, adjust fold. | Tristan Gingold | 2017-08-17 | 1 | -2/+2 |
| | |||||
* | travis: use matrix with os-x, add fold commands in log | Tristan Gingold | 2017-08-17 | 1 | -1/+8 |
| | |||||
* | Reimport appveyor and travis-ci scripts from v0.34 | Tristan Gingold | 2017-08-16 | 3 | -66/+92 |
| | |||||
* | Use single VM in .travis.yml to speed-up launching builds. Container are ↵ | 1138-4EB | 2017-03-01 | 8 | -67/+184 |
| | | | | | | | 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-4EB | 2017-02-14 | 8 | -0/+115 |
* 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. |