Commit Graph

31 Commits

Author SHA1 Message Date
Jorge Aparicio
d253b6a2e4 travis: use latest docker image 2016-08-29 21:21:59 -05:00
Jorge Aparicio
17386437c8 fix typo 2016-08-29 20:36:52 -05:00
Jorge Aparicio
a8774eb192 travis: simplify ci scripts 2016-08-29 19:31:49 -05:00
Jorge Aparicio
1ae3b29270 use newer docker image
it comes with ruby pre-installed
2016-08-23 21:19:18 -05:00
Jorge Aparicio
185143e90f use the gist gem instead of the gist crate
hopefully this will work on osx and will make everything more
uniform (appveyor is already using the gem instead of the crate)

closes #51
2016-08-23 20:48:24 -05:00
Jorge Aparicio
79411ae643 use the gist crate
but not on OSX because it doesn't work there

closes #53
cc #51
2016-08-22 21:22:16 -05:00
Matt Ickstadt
5e867a2b98 travis: Use wgetpaste to post disassemblies to gist 2016-08-22 17:49:39 -05:00
Jorge Aparicio
43ce7db752 only show disassembly of optimized build
we can't really compare the disassembly of the debug build to
libcompiler-rt.a anyways
2016-08-21 11:09:32 -05:00
Jorge Aparicio
de150c1701 adjust test: weak symbols are now in librlibc.rlib 2016-08-15 20:22:58 -05:00
Jorge Aparicio
670f4e32aa check presence of weak symbols 2016-08-14 22:02:43 -05:00
Jorge Aparicio
54e090113a no need to explicitly call qemu-$ARCH 2016-08-13 17:45:43 -05:00
Jorge Aparicio
c7a48515ac don't call docker inside docker 2016-08-13 17:36:00 -05:00
Jorge Aparicio
cc6aab07ea actually enter docker 2016-08-13 17:27:18 -05:00
Jorge Aparicio
7b46e31124 CI: run all Linux targets inside docker 2016-08-13 17:22:12 -05:00
Jorge Aparicio
1b757d626d CI: test ARM Cortex targets
closes #32
2016-08-13 12:12:37 -05:00
Jorge Aparicio
d6acb778e4 fix bash syntax 2016-08-09 12:04:24 -05:00
Jorge Aparicio
b191b89e87 fix armv7 2016-08-09 11:53:49 -05:00
Jorge Aparicio
4d0da42b08 don't run tests on targets that have QEMU issues
cc #2
2016-08-09 11:49:55 -05:00
Jorge Aparicio
eb5a86b261 really install curl inside docker 2016-08-08 21:27:08 -05:00
Jorge Aparicio
ed2f8c937e don't skip install phase inside docker 2016-08-08 21:14:04 -05:00
Jorge Aparicio
f31fd01713 set PATH inside docker 2016-08-08 21:02:07 -05:00
Jorge Aparicio
87004d454c don't recursively call docker 2016-08-08 20:56:05 -05:00
Jorge Aparicio
a2fd9ed440 install toolchain in docker 2016-08-08 20:41:08 -05:00
Jorge Aparicio
4c52ab7a89 run in xenial (docker) 2016-08-08 20:37:04 -05:00
Jorge Aparicio
e813daef4b explicitly use qemu-ppc64le 2016-08-08 20:04:17 -05:00
Jorge Aparicio
3cea133b4c macOS: use gnu binutils 2016-08-07 17:29:31 -05:00
Jorge Aparicio
48d9ff7e80 nm: drop --defined-only flag
it doesn't work on macOS
2016-08-07 17:18:37 -05:00
Jorge Aparicio
4cbba5979d ignore objdump exit code 2016-08-07 17:14:30 -05:00
Jorge Aparicio
0921a91b26 fix objdump commands 2016-08-07 17:07:58 -05:00
Jorge Aparicio
5dbc8d9729 swap install.sh and script.sh 2016-08-07 17:03:44 -05:00
Jorge Aparicio
178fa2a806 travis CI 2016-08-07 16:55:30 -05:00