Skip to content

Commit

Permalink
Try github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Dec 16, 2023
1 parent f689ed2 commit 01b8b2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Build Tesseract on Windows using cmake. No Training Tools.
name: cmake-win64
on:
#push:
schedule:
- cron: 0 23 * * *
push:
branches:
- "phymbert/features/cmake-unittest-target-test-github-workflow"
workflow_dispatch:

env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +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:
schedule:
- cron: 0 21 * * *
push:
branches:
- "phymbert/features/cmake-unittest-target-test-github-workflow"

jobs:
basictests:
Expand Down

0 comments on commit 01b8b2d

Please sign in to comment.