Skip to content

Commit

Permalink
ENH: update CI to 5.2RC3+
Browse files Browse the repository at this point in the history
Fixes Visual Studio 16.9 compile error:

D:\a\ITKIOScanco\ITK\Modules\ThirdParty\OpenJPEG\src\openjpeg\opj_includes.h(106): error C2169: 'lrintf': intrinsic function, cannot be defined
  • Loading branch information
dzenanz committed Mar 23, 2021
1 parent 50aafe1 commit 823fb92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package.yml
Expand Up @@ -13,17 +13,17 @@ jobs:
- os: ubuntu-18.04
c-compiler: "gcc"
cxx-compiler: "g++"
itk-git-tag: "v5.2rc03"
itk-git-tag: "7548a390d71dc25b80e792703ee3cfea17853a99"
cmake-build-type: "MinSizeRel"
- os: windows-2019
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
itk-git-tag: "v5.2rc03"
itk-git-tag: "7548a390d71dc25b80e792703ee3cfea17853a99"
cmake-build-type: "Release"
- os: macos-10.15
c-compiler: "clang"
cxx-compiler: "clang++"
itk-git-tag: "v5.2rc03"
itk-git-tag: "7548a390d71dc25b80e792703ee3cfea17853a99"
cmake-build-type: "MinSizeRel"

steps:
Expand Down

0 comments on commit 823fb92

Please sign in to comment.