Merge pull request #3243 from Shreeshrii/ci

Add exclude for missing os compiler combinations
This commit is contained in:
Egor Pugin 2021-01-18 10:01:31 +03:00 committed by GitHub
commit 3a2eedd291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 6 deletions

View File

@ -47,8 +47,10 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-18.04, ubuntu-20.04 ]
clang_version: [ 11, 10, 9, 8, 7, 6, 5, 4 ]
clang_version: [ 11, 10, 9, 8, 7 ]
build_type: [ Release, Debug ]
exclude:
- { gcc_version: 11, os: ubuntu-18.04 }
steps:
- name: Install compiler

View File

@ -2,8 +2,8 @@ name: dailyunittest
on:
schedule:
# every day at 1:15 AM UTC
- cron: 15 1 * * *
# every day at 8:15 AM UTC
- cron: 15 8 * * *
jobs:
build-linux:
@ -63,13 +63,13 @@ jobs:
- name: Install Dependencies
run: |
sudo port install
sudo port install \
autoconf autoconf-archive \
automake \
libtool \
pkgconfig \
leptonica \
cabextract
leptonica
sudo port install cabextract abseil
sudo port install cairo pango icu +devel
- name: Setup