未验证 提交 3a2eedd2 编写于 作者: E Egor Pugin 提交者: GitHub

Merge pull request #3243 from Shreeshrii/ci

Add exclude for missing os compiler combinations
......@@ -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
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册