Skip to content

Commit

Permalink
ENH: update to latest CI from Module Template
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Jan 8, 2021
1 parent bea0438 commit fba02d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
- os: ubuntu-18.04
c-compiler: "gcc"
cxx-compiler: "g++"
itk-git-tag: "v5.2rc01"
itk-git-tag: "756bf9b97a12dd7d1997ae8f233dba3663b77885"
cmake-build-type: "MinSizeRel"
- os: windows-2019
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
itk-git-tag: "v5.2rc01"
itk-git-tag: "756bf9b97a12dd7d1997ae8f233dba3663b77885"
cmake-build-type: "Release"
- os: macos-10.15
c-compiler: "clang"
cxx-compiler: "clang++"
itk-git-tag: "v5.2rc01"
itk-git-tag: "756bf9b97a12dd7d1997ae8f233dba3663b77885"
cmake-build-type: "MinSizeRel"

steps:
Expand Down

0 comments on commit fba02d8

Please sign in to comment.