Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace travis-ci matrix with docker containers (#272) | 1138-4EB | 2017-02-14 | 1 | -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-4EB | 2017-02-12 | 1 | -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-4EB | 2017-02-10 | 1 | -7/+7 |
| | |||||
* | <src/version.ads> is not present. However <src/version.in> exists. | 1138-4EB | 2017-02-10 | 1 | -1/+1 |
| | |||||
* | Allow not to pass BLD as argument to <travis-ci.sh>, but to be previously ↵ | 1138-4EB | 2017-02-09 | 1 | -2/+3 |
| | | | | defined as an ennvar | ||||
* | travis-ci: tentatively fix llvm-3.5 build | Tristan Gingold | 2016-12-29 | 1 | -4/+8 |
| | |||||
* | Use CXX in makefiles and configures to design the c++ compiler. | Tristan Gingold | 2016-12-24 | 1 | -1/+1 |
| | |||||
* | travis: set CLANGXX in make command | Tristan Gingold | 2016-12-12 | 1 | -9/+12 |
| | |||||
* | travis: set CXX | Tristan Gingold | 2016-12-12 | 1 | -2/+0 |
| | |||||
* | travis: disp clang++ version | Tristan Gingold | 2016-12-12 | 1 | -0/+2 |
| | |||||
* | travis: build with llvm-3.8 (test) | Tristan Gingold | 2016-12-11 | 1 | -2/+4 |
| | |||||
* | travis: adjust script and config | Tristan Gingold | 2016-05-03 | 1 | -1/+5 |
| | |||||
* | travis-ci: deploy snapshot using github release. | Tristan Gingold | 2016-05-03 | 1 | -1/+3 |
| | |||||
* | travis-ci: create a tarball for the build. | Tristan Gingold | 2016-05-03 | 1 | -5/+16 |
| | |||||
* | travis: fix mcode build. | Tristan Gingold | 2016-01-14 | 1 | -6/+5 |
| | |||||
* | travis: use envs. | Tristan Gingold | 2016-01-14 | 1 | -21/+23 |
| | |||||
* | travis: also build with llvm. | Tristan Gingold | 2016-01-14 | 1 | -4/+27 |
| | |||||
* | travis: Use an external script to build and test. | Tristan Gingold | 2016-01-12 | 1 | -0/+15 |