diff options
author | Ivan Maidanski <ivmai@mail.ru> | 2017-04-27 23:57:02 +0300 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2017-04-27 23:57:02 +0300 |
commit | 672aab2fe2c7248d22baa309e8df749a62760fc5 (patch) | |
tree | 9050f74a10fb57068f2b24174751eb0804c3762e /.travis.yml | |
parent | bd4257b844c468dfb7cb95a271c512b4779de011 (diff) | |
download | libatomic_ops-672aab2fe2c7248d22baa309e8df749a62760fc5.tar.gz |
Travis CI: Test also the distributive file creation
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 632ed8a..f7bf993 100644 --- a/.travis.yml +++ b/.travis.yml @@ -166,6 +166,8 @@ matrix: - CONF_OPTIONS="--host=x86_64-w64-mingw32 --enable-shared" - MAKEFILE_TARGET=all - os: linux + env: [ MAKEFILE_TARGET=dist ] + - os: linux addons: { apt: { packages: [ gcc-multilib ] } } env: [ CROSS_GCC_VER=4.9.0, NOLIBC_ARCH_ABI=aarch64-linux ] - os: linux |