aboutsummaryrefslogtreecommitdiff
path: root/ci/travis_linux_install
AgeCommit message (Collapse)Author
2018-11-04ci: use azure for all CIAndrew Kelley
* appveyor and travis are removed * add a job to update the download page when all targets pass. closes #1046
2018-09-19travis: build zig with gcc to match what llvm was built withAndrew Kelley
from #llvm IRC: <andrewrk> does llvm 7 as a .so have some kind of new initialization requirement? I'm getting a segfault in llvm::DIBuilder::createFile (with valid non-null parameters), when linking my frontend against llvm-7.so but not when linking against llvm .a libraries <d0k> we have an ABI bug in LLVM 7 when the .so is built with gcc but your program is build with clang. I'm sorry for that.
2018-09-19build: fix finding llvm and clang 7Andrew Kelley
2018-09-19travis: fix llvm apt package namesAndrew Kelley
2018-09-19fix typo from previous commitAndrew Kelley
2018-09-19travis: fix package namesAndrew Kelley
2018-09-19travis: update apt repo urlAndrew Kelley
2018-04-04Merge remote-tracking branch 'origin/master' into llvm7Andrew Kelley
2018-04-03travis: better s3 artifactsAndrew Kelley
2018-03-22update to llvm 7.0.0Andrew Kelley
2017-11-02update to llvm masterAndrew Kelley
2017-10-01add windows 32 bit to test matrixAndrew Kelley
See #302
2017-08-27travis againAndrew Kelley
2017-08-27travis: add macos scriptAndrew Kelley