From 1f52b01b2c5fc45f1449a0375a91ade536d5ea06 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Sun, 17 May 2020 08:48:31 -0400 Subject: [PATCH] Travis: Fix cron. --- .travis.yml | 40 +++++++++++++++++++++++++++++++++++----- 1 file changed, 35 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index e9f57608b..56711e241 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,31 +87,61 @@ jobs: dist: trusty compiler: gcc stage: "Build Verilator" - name: "14.04 gcc build+test" + name: "14.04 gcc build" + script: echo + - if: type = cron + dist: trusty + compiler: gcc + stage: test + name: "14.04 gcc test" script: ci/test.sh all - if: type = cron dist: xenial compiler: gcc stage: "Build Verilator" - name: "16.04 gcc build+test" + name: "16.04 gcc build" + script: echo + - if: type = cron + dist: xenial + compiler: gcc + stage: test + name: "16.04 gcc test" script: ci/test.sh all - if: type = cron dist: bionic compiler: gcc stage: "Build Verilator" - name: "18.04 gcc build+test" + name: "18.04 gcc build" + script: echo + - if: type = cron + dist: bionic + compiler: gcc + stage: test + name: "18.04 gcc test" script: ci/test.sh all - if: type = cron dist: xenial compiler: clang stage: "Build Verilator" - name: "16.04 clang build+test" + name: "16.04 clang build" + script: echo + - if: type = cron + dist: xenial + compiler: clang + stage: test + name: "16.04 clang test" script: ci/test.sh all - if: type = cron dist: focal compiler: clang stage: "Build Verilator" - name: "20.04 clang build+test" + name: "20.04 clang build" + script: echo + - if: type = cron + dist: focal + compiler: clang + stage: test + name: "20.04 clang test" script: ci/test.sh all # Cron coverage runs (two parts to avoid 50min timeout) - if: type = cron