From c15574b8f5ed17ab9adca8fdcaa777215a4dcc9b Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sun, 26 Apr 2020 21:26:42 +0200 Subject: [PATCH] Travis: rebalance the Linux builds Make the running time more even. Signed-off-by: Gilles Peskine --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index ea3f627c0..4e2727846 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ cache: ccache jobs: include: - - name: basic checks + - name: basic checks and reference configurations addons: apt: packages: @@ -21,15 +21,15 @@ jobs: script: - tests/scripts/all.sh -k 'check_*' - tests/scripts/all.sh -k test_default_out_of_box - - tests/scripts/all.sh -k build_arm_none_eabi_gcc + - tests/scripts/test-ref-configs.pl + - tests/scripts/all.sh -k build_arm_none_eabi_gcc # baremetal - name: full configuration script: - tests/scripts/all.sh -k test_full_cmake_gcc_asan - - name: enumerated configurations + - name: check compilation guards script: - - tests/scripts/test-ref-configs.pl - tests/scripts/all.sh -k 'test_depends_*' 'build_key_exchanges' - name: macOS