From: Ivan Maidanski Date: Mon, 27 Mar 2017 22:07:10 +0000 (+0300) Subject: Travis CI: Also test with musl-gcc (Linux) X-Git-Tag: v7.4.6~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1aaec272a81acc21853784c5c9440bb50f3d7b50;p=gc Travis CI: Also test with musl-gcc (Linux) (Cherry-pick commits 07d9895, 11263e5 from 'master' branch.) --- diff --git a/.travis.yml b/.travis.yml index cb0df70c..13837a69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,6 +63,13 @@ matrix: env: - CONF_OPTIONS="--disable-static --disable-threads --enable-gc-assertions --enable-cplusplus" - CFLAGS_EXTRA="-O3 -march=native" + - os: linux + addons: { apt: { packages: [ musl-tools ] } } + compiler: musl-gcc + dist: trusty + language: c + env: + - CONF_OPTIONS="--disable-parallel-mark --enable-gc-assertions" install: - git clone --depth=50 https://github.com/ivmai/libatomic_ops.git -b release-7_4