Skip to content

Commit

Permalink
Issue #85: Error in variable name in ci yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
mmodat committed Jul 28, 2022
1 parent 3468e0c commit f76b2ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_niftyreg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
strategy:
max-parallel: 1
matrix:
os: [ubuntu-20.04]
Expand All @@ -30,7 +30,7 @@ jobs:
- name: build NiftyReg
run: |
cd build
cmake -DCMAKE_CXX_COMPILER=${{ matrix.c++-compiler }} \
cmake -DCMAKE_CXX_COMPILER=${{ matrix.cxx-compiler }} \
-DCMAKE_C_COMPILER=${{ matrix.c-compiler }} \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_ALL_DEP=ON \
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,6 @@

# Mac trash folder
.DS_Store

# Build
build
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
76
77

0 comments on commit f76b2ba

Please sign in to comment.