constant integration update

This commit is contained in:
Blaise Tine
2020-11-15 23:27:02 -05:00
parent 4c73382675
commit 60f5c15bc8
2 changed files with 11 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
language: cpp
dist: bionic
os: linux
compiler: gcc
compiler: clang
addons:
apt:
sources:
@@ -20,7 +20,7 @@ install:
- export PATH=$VERILATOR_ROOT/bin:$PATH
script:
- make > /dev/null 2>&1
- make -j > /dev/null 2>&1
- ci/test_runtime.sh
- ci/test_driver.sh
- ci/test_riscv_isa.sh