Skip to content

Commit

Permalink
nc5
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Sep 9, 2023
1 parent 49aebd7 commit 3f5d89f
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,12 +297,12 @@ jobs:
#- name: "Build Project"
#LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake --build build --target all --config Release -- -j4
- name: Print Summary
shell: bash -l {0}
run: |
#cd build
#cat libnetcdff.settings
find . | grep -i libnetcdff.settings
# - name: Print Summary
# shell: bash -l {0}
# run: |
# #cd build
# #cat libnetcdff.settings
# find . | grep -i libnetcdff.settings

- name: Build All
shell: bash -l {0}
Expand Down Expand Up @@ -529,13 +529,13 @@ jobs:
#- name: "Build Project"
#LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake --build build --target all --config Release -- -j4
- name: Print Summary
shell: msys2 {0}
#shell: bash -l {0}
run: |
#cd build
#cat libnetcdff.settings
find . | grep -i libnetcdff.settings
# - name: Print Summary
# shell: msys2 {0}
# #shell: bash -l {0}
# run: |
# #cd build
# #cat libnetcdff.settings
# find . | grep -i libnetcdff.settings

- name: Build All
shell: msys2 {0}
Expand Down Expand Up @@ -706,12 +706,12 @@ jobs:
#- name: "Build Project"
#LD_LIBRARY_PATH=${LD_LIBRARY_PATH} cmake --build build --target all --config Release -- -j4
- name: Print Summary
shell: bash -l {0}
run: |
#cd build
#cat libnetcdff.settings
find . | grep -i libnetcdff.settings
# - name: Print Summary
# shell: bash -l {0}
# run: |
# #cd build
# #cat libnetcdff.settings
# find . | grep -i libnetcdff.settings

- name: Build All
shell: bash -l {0}
Expand Down

0 comments on commit 3f5d89f

Please sign in to comment.