移除用户定义转换函数的 Python 绑定 #73
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 2.x in Windows | |
on: | |
push: | |
branches: | |
- 2.x | |
pull_request: | |
branches: | |
- 2.x | |
jobs: | |
cmake-support-x86_64: | |
name: CMake support for x86_64 | |
uses: cv-rmvl/ci-workflow/.github/workflows/rmvl-install-win.yml@main | |
withoutdep-support-x86_64: | |
name: Without dependency support for x86_64 | |
uses: cv-rmvl/ci-workflow/.github/workflows/rmvl-withoutdep-win.yml@main |