Commit 8fb90e3d authored by Philippe Mathieu-Daudé's avatar Philippe Mathieu-Daudé Committed by Alex Bennée
Browse files

.travis.yml: Cache Linux/GCC 'debug profile' jobs together



These jobs build different components but use the same
host features. Put them in the same cache bucket.

Signed-off-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
parent 5ef9c53c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -120,11 +120,13 @@ matrix:

    - env:
        - CONFIG="--enable-debug --enable-debug-tcg --disable-user"
        - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-debug"


    # TCG debug can be run just on it's own and is mostly agnostic to user/softmmu distinctions
    - env:
        - CONFIG="--enable-debug-tcg --disable-system"
        - CACHE_NAME="${TRAVIS_BRANCH}-linux-gcc-debug"


    - env: