Stefan Weil
3378d79ae6
Add new GitHub action CIFuzz
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-11-13 09:42:04 +01:00
Amit D
4469053a9b
Update unittest-disablelegacy.yml
2021-11-05 14:06:46 +02:00
Shree Devi Kumar
653313e7fb
Actions CI: cmake - fix macos for -lcurl, add macos-11 to matrix
2021-10-02 15:59:02 +00:00
Egor Pugin
749beb6b14
Merge pull request #3576 from tesseract-ocr/Shreeshrii-patch-1
...
Update vcpkg.yml
2021-09-24 22:50:47 +03:00
zdenop
a4a14cb92b
fix vcpkg action
2021-09-24 20:30:10 +02:00
Shreeshrii
e7d7ca86d6
Update vcpkg.yml
...
As suggested by @zdenop in https://github.com/tesseract-ocr/tesseract/issues/3574#issuecomment-926031923
2021-09-24 21:35:54 +05:30
Stefan Weil
6ef6e36f78
codeql: Run apt-get update before trying to install Ubuntu packages
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-09-22 07:04:33 +02:00
Stefan Weil
386dd8a0c0
Update (master branch was renamed to main)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-09-13 07:42:46 +02:00
Stefan Weil
60fd2b4aba
CI: Link basicapitest with Accelerate framework for MacOS
...
Clean also some other compiler options for basicapitest.
Fixes: 3ab8dcbf72
("Use Apple Accelerate framework [...]")
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-09-06 17:19:55 +02:00
Stefan Weil
49f410ced3
unittest: Remove dependency on absl::StripAsciiWhitespace()
...
This removes the last dependency on Abseil, so that submodule
is now removed completely.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-08-06 20:59:10 +02:00
Stefan Weil
4c8799ac40
codeql-analysis: Disable analysis of Python code
...
It should be enabled again (and also the analysis for Java)
as soon as it does not compile all C++ code, too.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-08-03 11:53:51 +02:00
Stefan Weil
2786a887cd
Update codeql-analysis.yml for Tesseract autotools build
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-08-01 13:23:28 +02:00
Stefan Weil
ebae27435a
Update codeql-analysis.yml for Tesseract autotools build
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-08-01 13:17:45 +02:00
Stefan Weil
40d12d0945
Create codeql-analysis.yml
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-08-01 12:54:30 +02:00
Stefan Weil
29e842df46
CI: Replace g++-8 by g++-11 for MacOS
...
g++-8 is no longer installed, therefore CI fails for that compiler.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-06-26 14:56:07 +02:00
Stefan Weil
5eb2e86635
Fix some typos (found by codespell)
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-05-17 15:18:43 +02:00
Stefan Weil
f6a67c52d8
Simplify list of required packages for CI builds
...
libcairo2-dev is automatically installed as a direct dependency of libpango1.0-dev.
libicu-dev is an indirect dependency and also installed automatically.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-05-16 11:23:58 +02:00
Stefan Weil
364431dbb9
Remove unneeded dependency autoconf-archive from CI builds
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-05-16 07:45:12 +02:00
zdenop
aa8f654416
Update cmake-win64.yml
...
fix png link
2021-04-29 10:12:43 +02:00
Shree Devi Kumar
efc2a035cd
Actions CI: Windows cmake build
2021-04-06 17:28:55 +00:00
Shree Devi Kumar
2e076e6b1b
Actions CI: Windows cmake build
2021-04-06 17:15:08 +00:00
Stefan Weil
23ed59bd7b
Fix CI and update package list before installation
...
Run `apt-get update` before installing packages because otherwise
the installation can fail.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-04-03 23:06:53 +02:00
Shree
6dcb489d9e
Actions CI: Change workflow name
2021-03-24 04:38:14 +00:00
Shree
db85905e5a
Actions CI: Split autotools and unitest workflows into 2
2021-03-23 16:36:38 +00:00
Shree
0970175555
Actions CI: Add MINGW64 builds using msys2
2021-03-22 13:00:32 +00:00
Shree
4446b570f6
Actions CI: rename 4.11 to 4.1.1
2021-03-22 12:59:04 +00:00
Shree
6f994f785d
Actions CI: Deleted unittest run which was running out of space
2021-03-22 12:58:07 +00:00
Shree
33c129f50f
Actions CI: comment #push
2021-03-12 05:02:55 +00:00
Shree
edf6e0f433
Actions CI: Add vcpkg build for tesseract 4.1
2021-03-12 04:59:41 +00:00
Stefan Weil
ea446b1eae
Remove blanks at line endings
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-02-26 14:05:36 +01:00
Shree Devi Kumar
b99ff07f64
Actions CI: Add workflow to build tesseract and basicapitest using vcpkg and cmake
2021-02-20 09:33:15 +00:00
Shree Devi Kumar
efba7535f0
Actions CI: Remove gcc from macOS CI
2021-02-15 14:04:29 +00:00
Shree Devi Kumar
642e2ac9c1
Link to basicapitest in test/testing for Actions CI
2021-02-13 17:20:36 +00:00
Shree Devi Kumar
b2fbd72742
Add basicapitest to daily Github Actions Workflow
2021-02-12 15:46:43 +00:00
Shree Devi Kumar
52dba02954
Add vcpkg build
2021-02-03 10:32:52 +00:00
Shree Devi Kumar
99840e220e
Improve cmake Github Actions workflow
2021-02-02 04:44:45 +00:00
Shree Devi Kumar
f818dc3d82
Improve daily GitHub Action Workflows
2021-01-29 05:07:43 +00:00
Stefan Weil
49865add30
Fix path for test-suite.log with flat unittest build in GitHub actions
...
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-01-27 09:06:38 +01:00
Shree Devi Kumar
c6430a2858
Add comments to Github Workflows
2021-01-26 17:02:54 +00:00
Shree Devi Kumar
1f21a86eb3
Split Github Actions workflows
2021-01-24 11:56:15 +00:00
Shreeshrii
ad321d8184
Update dailyunittest.yml
2021-01-23 23:25:16 +05:30
Shreeshrii
d3be2edfed
Update dailycmake.yml
2021-01-23 23:24:07 +05:30
Shree Devi Kumar
ab9a967067
Fix Action workflows
2021-01-20 05:10:38 +00:00
Shree Devi Kumar
1da0cf185e
do not run on push
2021-01-19 17:43:09 +00:00
Shree Devi Kumar
45a1e1d521
Improve dailyunittest workflow
2021-01-19 17:40:20 +00:00
Shree Devi Kumar
9b6fee70ed
Add daily tests for macos homebrew
2021-01-18 13:55:57 +00:00
Egor Pugin
3c92664391
Update dailycmake.yml
2021-01-18 15:40:17 +03:00
Shree Devi Kumar
7b825f1faf
Fix Typo
2021-01-18 06:48:47 +00:00
Shree Devi Kumar
2b4b4cc7ba
Add exclude for missing os compiler combinations
2021-01-18 06:38:24 +00:00
Shree Devi Kumar
3d494846c8
Add macos to daily ci runs
2021-01-17 17:13:56 +00:00
Stefan Weil
147edc7d06
dailycmake update
2021-01-17 07:11:33 +00:00
Stefan Weil
95a4d8023a
Fix .github/workflows/dailycmake.yml
2021-01-16 11:45:43 +00:00
Shree Devi Kumar
17ce3344b3
Add dailycmake workflow
2021-01-16 10:27:22 +00:00
Shree Devi Kumar
2a46b516cd
Fix config options for dailyunittest GitHub Action
2021-01-14 17:30:17 +00:00
Shree Devi Kumar
dcb6973f6f
Add Github Action for autotools based daily uniitests on ubuntu
2021-01-14 09:25:21 +00:00
Egor Pugin
af8e24ce03
Update sw.yml
2021-01-10 14:58:30 +03:00
Egor Pugin
154ea6bab8
Update sw.yml
2021-01-07 12:44:52 +03:00
Egor Pugin
3cccacf023
Update sw.yml
2021-01-07 03:43:11 +03:00
Egor Pugin
95b98042c3
Update sw.yml
2021-01-06 18:12:25 +03:00
Egor Pugin
a772571401
Update sw.yml
2021-01-06 13:49:19 +03:00
Egor Pugin
ca4a3f9a90
Update sw.yml
2021-01-06 13:45:09 +03:00
Egor Pugin
6be8198532
Update sw.yml
2021-01-06 02:08:24 +03:00
Egor Pugin
d92c04abe5
Update sw.yml
2021-01-05 22:35:05 +03:00
Egor Pugin
6212e89882
Update sw.yml
2021-01-05 21:32:42 +03:00
Egor Pugin
db86fdd3e7
[ci] Copy fonts to testdir.
2021-01-05 21:23:35 +03:00
Egor Pugin
07fef2db4d
Update sw.yml
2021-01-04 20:38:27 +03:00
Egor Pugin
aa5e2e4073
Update sw.yml
2021-01-04 17:02:33 +03:00
Egor Pugin
3c1c36acaa
Update sw.yml
2021-01-04 13:57:24 +03:00
Egor Pugin
b7bf1a81ce
Update sw.yml
2021-01-04 03:43:11 +03:00
Egor Pugin
09c18f5fe2
Update sw.yml
2021-01-04 01:13:05 +03:00
Egor Pugin
89004e5be6
Update sw.yml
2021-01-04 01:12:39 +03:00
Egor Pugin
6d3f64fd18
[ci][github] Split build and test jobs.
2021-01-03 22:13:45 +03:00
Egor Pugin
139b11272f
Update sw.yml
2021-01-03 16:58:35 +03:00
Egor Pugin
ab68856fd5
Update sw.yml
2021-01-03 14:51:38 +03:00
Egor Pugin
0c1baa1e77
Update sw.yml
2021-01-03 14:36:46 +03:00
Egor Pugin
7922e30240
Update sw.yml
2021-01-03 13:29:54 +03:00
Egor Pugin
dba5093702
Update sw.yml
2021-01-03 09:24:15 +03:00
Egor Pugin
39afd24a65
Update sw.yml
2021-01-03 09:19:17 +03:00
Egor Pugin
50b9ae0025
Update sw.yml
2021-01-03 03:01:22 +03:00
Egor Pugin
61da5c9e05
Update sw.yml
2021-01-03 02:51:24 +03:00
Egor Pugin
9820ceff2b
Update sw.yml
2021-01-03 02:50:59 +03:00
Egor Pugin
3a9162f3f1
Update sw.yml
2021-01-02 22:54:27 +03:00
Egor Pugin
8a3f1ccb8f
[ci][github] Run tests on linux and macos.
2021-01-02 22:52:06 +03:00
Egor Pugin
db9af74aaa
[ci] Build unit tests on github ci on linux/macos.
2020-12-28 20:38:16 +03:00
Egor Pugin
76ead638e3
Update sw.yml
2020-09-10 02:05:29 +03:00
Egor Pugin
cdebe13d81
[ci] Add fail-fast: false strategy.
2020-03-30 01:53:41 +03:00
Egor Pugin
e1cf69fd9e
[ci] Update.
2020-03-13 23:45:38 +03:00
Egor Pugin
a6c8d4c692
[ci] Merge three configs into one.
2020-03-13 19:37:22 +03:00
Egor Pugin
695f862bd7
Update linux.yml
2020-02-21 10:37:05 +03:00
Egor Pugin
b0c275894f
[ci] Add linux and macos sw builds to github actions.
2020-01-24 11:45:44 +03:00
Egor Pugin
f268e6615e
Update sw.yml
2020-01-06 14:08:29 +03:00
Egor Pugin
73744b8caa
Update sw.yml
2020-01-06 03:38:40 +03:00
Egor Pugin
a210605015
Update sw.yml
2020-01-06 03:24:40 +03:00
Egor Pugin
9eff14404d
[ci] Add github actions.
2020-01-06 03:18:47 +03:00
Stefan Weil
6a28cce96b
Fix whitespace issues
...
* Remove whitespace (blanks, tabs, cr) at line endings
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-08-01 13:19:52 +02:00
Shreeshrii
1263941f1d
Make less verbose
...
Eariler version as displayed when opening a new issue was not readable (too much markdown).
Now made shorter/simpler.
2017-06-03 15:30:48 +05:30
Shreeshrii
d2471e4595
Add link to the guidelines for this repository
2017-06-01 16:18:10 +05:30
Shree Devi Kumar
781c4c1456
Update Issue Template
2017-06-01 14:11:10 +05:30