X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=.travis.yml;h=5164d36c57361ac771c36b2400fad4caee10afb2;hb=refs%2Fheads%2Fdebian;hp=b175bb6702103787c7f7e391ea1150f37006c324;hpb=d9814ffe9a37301cd0bb0a74f7fe5e5308dd07e9;p=fw%2Fstlink diff --git a/.travis.yml b/.travis.yml index b175bb6..5164d36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,19 @@ matrix: include: - os: osx compiler: clang + env: "BUILD_SYSTEM=cmake" + - os: osx + compiler: clang + env: "BUILD_SYSTEM=autotools" + - os: linux + compiler: gcc + env: "BUILD_SYSTEM=cmake" + - os: linux + compiler: clang + env: "BUILD_SYSTEM=cmake" - os: linux compiler: gcc + env: "BUILD_SYSTEM=autotools" - os: linux compiler: clang + env: "BUILD_SYSTEM=autotools"