Skip to content

Commit

Permalink
Merge pull request tesseract-ocr#3243 from Shreeshrii/ci
Browse files Browse the repository at this point in the history
Add exclude for missing os compiler combinations
  • Loading branch information
egorpugin authored Jan 18, 2021
2 parents 0f7212b + 7b825f1 commit 3a2eedd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/dailycmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/dailyunittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3a2eedd

Please sign in to comment.