This is an automated email from the ASF dual-hosted git repository.
adebreceni pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
The following commit(s) were added to refs/heads/main by this push:
new e8e3eed MINIFICPP-1627 Do not build OpenCV in the Windows CI job and
increase the timeout to 3 hours.
e8e3eed is described below
commit e8e3eed6912c19206483a7e9ebe5cab8c5b456e6
Author: Ferenc Gerlits <[email protected]>
AuthorDate: Mon Aug 16 12:00:35 2021 +0200
MINIFICPP-1627 Do not build OpenCV in the Windows CI job and increase the
timeout to 3 hours.
Signed-off-by: Adam Debreceni <[email protected]>
This closes #1160
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1e77bb6..29d024b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
windows_VS2019:
name: "windows-vs2019"
runs-on: windows-2019
- timeout-minutes: 120
+ timeout-minutes: 180
env:
CLCACHE_DIR: ${{ GITHUB.WORKSPACE }}\clcache
steps:
@@ -81,7 +81,7 @@ jobs:
run: |
PATH %PATH%;C:\Program Files (x86)\Windows
Kits\10\bin\10.0.19041.0\x64
PATH %PATH%;C:\Program Files (x86)\Microsoft Visual
Studio\2019\Enterprise\MSBuild\Current\Bin\Roslyn
- win_build_vs.bat build /64 /CI /S /A /PDH /K /L /R /Z /N /O /RO
+ win_build_vs.bat build /64 /CI /S /A /PDH /K /L /R /Z /N /RO
shell: cmd
- name: test
run: cd build && ctest --timeout 300 --parallel 8 -C Release
--output-on-failure