CI: run on both Ubuntu 16.04 and 18.04.
This commit is contained in:
parent
8e4cc8e887
commit
07bbf4ce0f
19
.travis.yml
19
.travis.yml
|
|
@ -17,7 +17,24 @@ jobs:
|
|||
|
||||
- stage: Test
|
||||
os: linux
|
||||
before_install:
|
||||
dist: xenial
|
||||
before_install:
|
||||
- git clone https://github.com/steveicarus/ivtest.git
|
||||
- export PATH=$HOME/bin:$PATH
|
||||
script:
|
||||
- autoconf
|
||||
- ./configure --prefix=$HOME
|
||||
- make install
|
||||
- make check
|
||||
- cd ivtest
|
||||
- perl vvp_reg.pl
|
||||
- diff regression_report-devel.txt regression_report.txt
|
||||
- perl vpi_reg.pl
|
||||
|
||||
- stage: Test
|
||||
os: linux
|
||||
dist: bionic
|
||||
before_install:
|
||||
- git clone https://github.com/steveicarus/ivtest.git
|
||||
- export PATH=$HOME/bin:$PATH
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue