Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mv dist/* scripts/ | umarcor | 2021-01-06 | 5 | -389/+0 |
| | |||||
* | ci/appveyor/build: llvm-config --link-static | eine | 2020-11-20 | 1 | -2/+1 |
| | |||||
* | Removed explicit llvm35 depdendency | Patrick Lehmann | 2018-11-26 | 1 | -2/+2 |
| | | | | | MinGW changed from `*llvm35` and `*clang35` packages to `*llvm` and `clang` packages. This PR removes the version number for LLVM. Latest version used by MinGW is `7.0.0-1`. | ||||
* | appveyor: tentatively adjust tagname for versions. | Tristan Gingold | 2017-12-18 | 1 | -2/+5 |
| | | | | For #496 | ||||
* | Reimport appveyor and travis-ci scripts from v0.34 | Tristan Gingold | 2017-08-16 | 4 | -132/+55 |
| | |||||
* | configure: use pwd -W on windows. | Tristan Gingold | 2017-06-13 | 1 | -1/+1 |
| | |||||
* | appveyor/build.ps1: exit with the status of make. | Tristan Gingold | 2017-06-13 | 1 | -1/+4 |
| | |||||
* | Appveyor: set test exit status (tentatively) | Tristan Gingold | 2017-06-12 | 1 | -4/+9 |
| | | | | For #364 | ||||
* | Replace travis-ci matrix with docker containers (#272) | 1138-4EB | 2017-02-14 | 7 | -0/+456 |
* 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. |