Skip to content

Commit 7f53aa0

Browse files
committed
CI: Temporary modification to run coverity on AWS build
1 parent 9462f93 commit 7f53aa0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/coverity-scan.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ jobs:
9999
env:
100100
TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
101101

102+
- name: install AWSSDK
103+
run: |
104+
COMPILER=${{ matrix.config.compiler }} AWSSDK=YES INSTALL_PATH=${HOME}/environments/${{ matrix.config.compiler }}-${{ matrix.hdf5 }}-${{ matrix.netcdf }}-${{ matrix.cgns }} ./install-tpl.sh
105+
ls ${HOME} && ls ${HOME}/environments && ls ${HOME}/environments/${{ matrix.config.compiler }}-${{ matrix.hdf5 }}-${{ matrix.netcdf }}-${{ matrix.cgns }} && ls ${HOME}/environments/${{ matrix.config.compiler }}-${{ matrix.hdf5 }}-${{ matrix.netcdf }}-${{ matrix.cgns }}/lib
106+
102107
- name: Run cmake
103108
shell: bash -l {0}
104109
run: |

0 commit comments

Comments
 (0)