Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
Revert "workflow: remove cuda"
Browse files Browse the repository at this point in the history
This reverts commit 947b6ed.

Reason: While it takes ages to complete, we do actually rarely have changes to master the fully fledged artifacts can be of use to users that always want to run git master builds without having to self compile.
  • Loading branch information
DeadSix27 committed Dec 6, 2019
1 parent 8afcbd4 commit b45498b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/w2x-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@master
- name: cuda-dep-install
run: choco install cuda
- name: opencv-dep-install
run: choco install opencv
- name: opencl-dep-install
run: git clone https://github.com/KhronosGroup/OpenCL-Headers opencl
- name: cmake
run: mkdir _build && cd _build && cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_UNICODE=ON -DCMAKE_GENERATOR="Visual Studio 16 2019" -A x64 -DOPENCV_PREFIX="C:/tools/opencv/build" -DOpenCL_INCLUDE_DIR="../opencl/"
run: mkdir _build && cd _build && cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_UNICODE=ON -DCMAKE_GENERATOR="Visual Studio 16 2019" -A x64 -DOPENCV_PREFIX="C:/tools/opencv/build" -DOpenCL_INCLUDE_DIR="../opencl/" -DCUDA_TOOLKIT_ROOT_DIR="C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v10.1"
shell: cmd
- name: msbuild
run: |
Expand Down

0 comments on commit b45498b

Please sign in to comment.