Andrew Kelley
|
6050b9d835
|
travis: don't skip tests
fix broken previous commit
|
2018-04-03 21:40:36 -04:00 |
Andrew Kelley
|
2676da61a6
|
travis: better s3 artifacts
|
2018-04-03 21:39:03 -04:00 |
Andrew Kelley
|
d1f8e722b5
|
travis: don't upload other files as artifacts
|
2018-04-03 14:23:56 -04:00 |
Andrew Kelley
|
21b47b34d8
|
travis: don't upload build/ folder as artifacts
|
2018-04-03 12:59:28 -04:00 |
Andrew Kelley
|
65e4bb149e
|
travis artifacts: don't upload extra stuff
|
2018-04-03 12:04:06 -04:00 |
Andrew Kelley
|
aadc14fd78
|
upload static linux artifacts on successful travis build
|
2018-04-03 11:22:18 -04:00 |
Andrew Kelley
|
5d5feb11de
|
appveyor and travis ci: stop passing unused configure args
|
2018-03-30 17:26:01 -04:00 |
Andrew Kelley
|
6288ad865c
|
change 5 to 6 in travis osx scripts
|
2018-03-10 14:36:59 -05:00 |
Andrew Kelley
|
2db28ea849
|
travis ci: update ubuntu llvm repo and CC,CXX env vars to 6
|
2018-03-08 11:46:47 -05:00 |
Andrew Kelley
|
73a306e2fa
|
fix conflict artifact accidentally in appveyor script
|
2018-03-03 17:44:41 -05:00 |
Andrew Kelley
|
7ee1b88042
|
add llvm 6.0.0 binaries to appveyor cache
|
2018-03-03 16:43:57 -05:00 |
Andrew Kelley
|
ef6260b3a7
|
Merge remote-tracking branch 'origin/master' into llvm6
|
2018-02-11 23:49:20 -05:00 |
Andrew Kelley
|
2c697e50db
|
appveyor: don't try to build for mingw
pacman is giving me:
:: msys2-runtime and catgets are in conflict.
Remove catgets? [y/N] error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
|
2018-02-09 01:15:17 -05:00 |
Andrew Kelley
|
8e554561df
|
appveyor: answer Yes to all pacman questions
|
2018-02-09 00:47:13 -05:00 |
Andrew Kelley
|
47be64af5a
|
Merge remote-tracking branch 'origin/master' into llvm6
|
2018-01-25 11:51:41 -05:00 |
Andrew Kelley
|
b52bffcf8d
|
appveyor: add language reference to build artifacts
|
2018-01-22 16:14:06 -05:00 |
Andrew Kelley
|
5d9a8cbe1a
|
Merge remote-tracking branch 'origin/master' into llvm6
|
2018-01-05 13:46:21 -05:00 |
Andrew Kelley
|
79d50d9933
|
appveyor: enable verbose link for self hosted compiler
|
2018-01-04 23:43:46 -05:00 |
Andrew Kelley
|
f377b1e886
|
Revert "appveyor ci: look for newer windows sdk version"
This reverts commit 31d632b72e .
according to
https://developer.microsoft.com/en-us/windows/downloads/sdk-archive
10240 is actually 26624 and there was some kind of versioning issue.
|
2018-01-04 23:37:21 -05:00 |
Andrew Kelley
|
7f0b12a481
|
appveyor: skip building self hosted compiler for now
|
2018-01-04 23:30:03 -05:00 |
Andrew Kelley
|
25ad0b47e2
|
appveyor: try using vcvarsall
|
2018-01-04 23:11:27 -05:00 |
Andrew Kelley
|
d1ef17e3cd
|
appveyor: set VCINSTALLDIR
|
2018-01-04 22:59:39 -05:00 |
Andrew Kelley
|
1b120d1e49
|
update windows build to llvm 5.0.1
llvm-config.exe does not handle diaguids.lib for us so we have to
duplicate the work.
|
2018-01-04 22:46:26 -05:00 |
Andrew Kelley
|
21a552682e
|
Revert "try using appveyor's llvm copy"
This reverts commit 35dc987dc8 .
|
2018-01-04 19:06:48 -05:00 |
Andrew Kelley
|
35dc987dc8
|
try using appveyor's llvm copy
|
2018-01-04 18:54:46 -05:00 |
Andrew Kelley
|
31d632b72e
|
appveyor ci: look for newer windows sdk version
|
2018-01-04 18:34:42 -05:00 |
Andrew Kelley
|
d008e209e7
|
self-hosted compiler works on macos
|
2018-01-04 15:30:22 -05:00 |
Andrew Kelley
|
91ef68f9b1
|
Merge remote-tracking branch 'origin/master' into llvm6
|
2017-11-29 16:34:50 -05:00 |
Andrew Kelley
|
5a25505668
|
rename "parsec" to "translate-c"
|
2017-11-24 14:56:05 -05:00 |
dimenus
|
e9d7623e1f
|
Merge remote-tracking branch 'origin/master' into llvm6
|
2017-11-10 09:49:45 -06:00 |
Andrew Kelley
|
53b18c8542
|
fix travis linux script
|
2017-11-07 09:06:29 -05:00 |
Andrew Kelley
|
94ec2190f8
|
update to llvm master
|
2017-11-02 21:54:24 -04:00 |
Andrew Kelley
|
38a947c683
|
appveyor: update version to match zig version
|
2017-10-16 13:01:34 -04:00 |
Andrew Kelley
|
1d88f9b9a6
|
appveyor: build with msvc and publish artifacts
See #540
|
2017-10-16 12:22:13 -04:00 |
Andrew Kelley
|
c180ef86af
|
fix travis
|
2017-10-02 10:48:20 -04:00 |
Andrew Kelley
|
ec40542c44
|
windows: alignstack=16 on every function
See #302
|
2017-10-02 09:55:49 -04:00 |
Andrew Kelley
|
9636603a3b
|
fix build when no cmake path args specified
broken by 0227becb56
|
2017-10-01 16:10:35 -04:00 |
Andrew Kelley
|
a2e6ada1c6
|
travis: set -e on osx script
|
2017-10-01 11:59:21 -04:00 |
Andrew Kelley
|
a458ec9998
|
travis: older wine only works with i386 builds
|
2017-10-01 11:50:53 -04:00 |
Andrew Kelley
|
c42f7309b6
|
travis: fix typo in linux script
|
2017-10-01 11:27:42 -04:00 |
Andrew Kelley
|
6ae631d1a7
|
add windows 32 bit to test matrix
See #302
|
2017-10-01 11:11:38 -04:00 |
Andrew Kelley
|
6e5edc79ec
|
fix build for travis osx
|
2017-09-17 17:47:12 -04:00 |
Andrew Kelley
|
7ee00730ac
|
add option to run tests in LLDB and turn it on for macos travis
|
2017-09-17 14:43:51 -04:00 |
Andrew Kelley
|
14cda27b64
|
depend on embedded SoftFloat-3d instead of __float128
See #302
See #467
|
2017-09-14 01:46:47 -04:00 |
Andrew Kelley
|
4b6e278028
|
travis: use embedded LLD and perform all tests
apt.llvm.org has a new enough LLVM build for trusty
|
2017-09-05 22:55:56 -04:00 |
Andrew Kelley
|
2c9bdad346
|
rename parseh to parsec
|
2017-09-05 22:55:03 -04:00 |
Andrew Kelley
|
eb8440441f
|
travis: skip cross compiling osx tests
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-30 15:22:50 -04:00 |
Andrew Kelley
|
97013951dd
|
tests use darwin, not macosx since that's what macbook reports as
|
2017-08-30 15:15:14 -04:00 |
Andrew Kelley
|
1525e2c056
|
travis: use external lld for linux
|
2017-08-28 03:56:42 -04:00 |
Andrew Kelley
|
7f9de4b945
|
travis: use external lld for apple
since the binary I uploaded to build against has the LLD fixes
|
2017-08-28 03:32:43 -04:00 |