Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Dec 20, 2023
1 parent d82f87d commit 3da2448
Show file tree
Hide file tree
Showing 13 changed files with 37 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autotools-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: autotools-macos
# autotools build of tesseract and training tools on macos homebrew and macports.
# run command line tests, basicapitest and unittests. '--disable-openmp'
on:
#push:
schedule:
- cron: 0 20 * * *
push:
branches:
- phymbert/features/3798-rendering-resolution-option-github-workflow
workflow_dispatch:
jobs:

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: autotools
# autotools build of tesseract and training tools on Ubuntu.
# run command line tests, basicapitest and unittests. '--disable-openmp'
on:
#push:
schedule:
- cron: 0 20 * * *
push:
branches:
- phymbert/features/3798-rendering-resolution-option-github-workflow
jobs:

linux:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: CIFuzz
# OSS-Fuzz CI
# See https://google.github.io/oss-fuzz/getting-started/continuous-integration/
on:
push:
branches:
- phymbert/features/3798-rendering-resolution-option-github-workflow
pull_request:
branches:
- main
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cmake-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# Build Tesseract on Windows using cmake. No Training Tools.
name: cmake-win64
on:
#push:
push:
branches:
- phymbert/features/3798-rendering-resolution-option-github-workflow
schedule:
- cron: 0 23 * * *
workflow_dispatch:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: cmake
# cmake build of tesseract and training tools on ubuntu and macOS homebrew using Ninja.
# test command line version of tesseract. run basicapitest.
on:
#push:
push:
branches:
- phymbert/features/3798-rendering-resolution-option-github-workflow
schedule:
- cron: 0 21 * * *

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ name: "CodeQL"

on:
push:
branches: [ main ]
branches:
- phymbert/features/3798-rendering-resolution-option-github-workflow
paths:
- '**.cpp'
- '**.h'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/msys2-4.1.1.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: msys2-4.1.1
on:
#push:
push:
branches:
- phymbert/features/3798-rendering-resolution-option-github-workflow
schedule:
- cron: 0 18 1 * *
jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: msys2
# msys2 build for tesseract -head from main branch.
on:
#push:
push:
branches:
- phymbert/features/3798-rendering-resolution-option-github-workflow
schedule:
- cron: 0 17 * * *
jobs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: sw

on:
push:
branches:
- phymbert/features/3798-rendering-resolution-option-github-workflow
paths:
- '**.cpp'
- '**.h'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/unittest-disablelegacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: unittest-disablelegacy
# currently some unittests are failing with disabled legacy engine.

on:
#push:
push:
branches:
- phymbert/features/3798-rendering-resolution-option-github-workflow
schedule:
- cron: 0 10 * * *

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/unittest-macos.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: unittest-macos
# autotools build on homebrew. unittests with address sanitizers. with openmp.
on:
#push:
push:
branches:
- phymbert/features/3798-rendering-resolution-option-github-workflow
schedule:
- cron: 0 0 * * *

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: unittest
# autotools build on ubuntu. unittests with address sanitizers. with openmp.
# ubuntu-20.04-gcc-unittest - CI runs out of diskspace.
on:
#push:
push:
branches:
- phymbert/features/3798-rendering-resolution-option-github-workflow
schedule:
- cron: 0 0 * * *
workflow_dispatch:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: vcpkg
# build and test of tesseract on windows using vcpkg and cmake.
# vcpkg with -head does not work. https://github.com/microsoft/vcpkg/issues/16019
on:
#push:
push:
branches:
- phymbert/features/3798-rendering-resolution-option-github-workflow
schedule:
- cron: 0 23 * * *

Expand Down

0 comments on commit 3da2448

Please sign in to comment.