Travis: Fix cron.
This commit is contained in:
parent
d5fc0fca41
commit
1f52b01b2c
40
.travis.yml
40
.travis.yml
|
|
@ -87,31 +87,61 @@ jobs:
|
||||||
dist: trusty
|
dist: trusty
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
stage: "Build Verilator"
|
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
|
script: ci/test.sh all
|
||||||
- if: type = cron
|
- if: type = cron
|
||||||
dist: xenial
|
dist: xenial
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
stage: "Build Verilator"
|
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
|
script: ci/test.sh all
|
||||||
- if: type = cron
|
- if: type = cron
|
||||||
dist: bionic
|
dist: bionic
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
stage: "Build Verilator"
|
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
|
script: ci/test.sh all
|
||||||
- if: type = cron
|
- if: type = cron
|
||||||
dist: xenial
|
dist: xenial
|
||||||
compiler: clang
|
compiler: clang
|
||||||
stage: "Build Verilator"
|
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
|
script: ci/test.sh all
|
||||||
- if: type = cron
|
- if: type = cron
|
||||||
dist: focal
|
dist: focal
|
||||||
compiler: clang
|
compiler: clang
|
||||||
stage: "Build Verilator"
|
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
|
script: ci/test.sh all
|
||||||
# Cron coverage runs (two parts to avoid 50min timeout)
|
# Cron coverage runs (two parts to avoid 50min timeout)
|
||||||
- if: type = cron
|
- if: type = cron
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue