aboutsummaryrefslogtreecommitdiff
path: root/ci
AgeCommit message (Collapse)Author
2017-10-02fix travisAndrew Kelley
2017-10-02windows: alignstack=16 on every functionAndrew Kelley
See #302
2017-10-01fix build when no cmake path args specifiedAndrew Kelley
broken by 0227becb564088db4b5598d7253038c92f11b6c2
2017-10-01travis: set -e on osx scriptAndrew Kelley
2017-10-01travis: older wine only works with i386 buildsAndrew Kelley
2017-10-01travis: fix typo in linux scriptAndrew Kelley
2017-10-01add windows 32 bit to test matrixAndrew Kelley
See #302
2017-09-17fix build for travis osxAndrew Kelley
2017-09-17add option to run tests in LLDB and turn it on for macos travisAndrew Kelley
2017-09-14depend on embedded SoftFloat-3d instead of __float128Andrew Kelley
See #302 See #467
2017-09-05travis: use embedded LLD and perform all testsAndrew Kelley
apt.llvm.org has a new enough LLVM build for trusty
2017-09-05rename parseh to parsecAndrew Kelley
2017-08-30travis: skip cross compiling osx testsAndrew Kelley
we have to skip cross compiling OSX tests because apt.llvm.org has an old version of llvm for the version of ubuntu that travis is running on.
2017-08-30tests use darwin, not macosx since that's what macbook reports asAndrew Kelley
2017-08-28travis: use external lld for linuxAndrew Kelley
2017-08-28travis: use external lld for appleAndrew Kelley
since the binary I uploaded to build against has the LLD fixes
2017-08-27all tests passing in MacOSAndrew Kelley
depends on LLD 5.0.0 with 3 patches See #273
2017-08-27macos passing all tests except for building a shared libraryAndrew Kelley
see #273
2017-08-27all behavior tests passing for macosAndrew Kelley
See #273
2017-08-27macos updatesAndrew Kelley
* try some macos travis stuff * put c in the link libs for macos since we always link with libSystem * for non-native targets on macos, allow runtime symbol resolution - it's causing an infinite loop in LLD. * for macos, always build compiler_rt and turn on LinkOnce because compiler_rt on darwin is missing some stuff.
2017-08-27travis againAndrew Kelley
2017-08-27travis try againAndrew Kelley
2017-08-27travis: add macos scriptAndrew Kelley
2017-06-03add appveyor integration testingAndrew Kelley