CI: run on both Ubuntu 16.04 and 18.04.

This commit is contained in:
Martin Whitaker 2020-07-30 16:40:40 +01:00
parent 8e4cc8e887
commit 07bbf4ce0f
1 changed files with 18 additions and 1 deletions

View File

@ -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: