srz_zumix

Results 44 comments of srz_zumix

https://docs.microsoft.com/ja-jp/azure/devops/pipelines/build/triggers?view=azure-devops&tabs=yaml#pr-triggers

Thank you for teaching me. fixed ca0c451

I tried workaround. https://github.com/srz-zumix/ci-skip/blob/master/.github/workflows/main.yml#L15 Skip if there is `[gh skip]` in the head comment. (I want to skip the job, but it still...) thanks!

Good news! "job.if" can be used. [GitHub Actions - new workflow syntax features - The GitHub Blog](https://github.blog/changelog/2019-10-01-github-actions-new-workflow-syntax-features/) Updated workaround. https://github.com/srz-zumix/ci-skip/blob/master/docs/github/WORKAROUND.md

https://docs.semaphoreci.com/ci-cd-environment/docker-authentication/

なぜか unmatch になってしまう・・

とりあえず追加してみたのですが、やり方間違えたらご指摘ください

``` CMake Error at CMakeLists.txt:34 (find_package): By not providing "FindIUTEST.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "IUTEST", but CMake did not...

なるほど。INTERFACE ってのがあるんですね。 やってみます 👍