Skip to content

Commit

Permalink
Merge pull request #1946 from jedwards4b/update_github_tests
Browse files Browse the repository at this point in the history
update github tests to use -fallow-argument-mismatch
  • Loading branch information
jedwards4b authored Dec 9, 2022
2 parents df1c069 + c73a4d6 commit 6fcb613
Show file tree
Hide file tree
Showing 12 changed files with 96 additions and 530 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
CPPFLAGS: "-I/usr/include -I/usr/local/include -I/home/runner/pnetcdf/include"
LDFLAGS: "-L/home/runner/pnetcdf/lib"
PNETCDF_VERSION: 1.12.3
FCFLAGS: "-fallow-argument-mismatch"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Installs
run: |
set -x
Expand All @@ -39,7 +40,7 @@ jobs:
sudo apt-get install libopenmpi-dev
- name: cache-pnetcdf
id: cache-pnetcdf
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/pnetcdf
key: pnetcdf-${{ runner.os }}-${{ env.PNETCDF_VERSION }}
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
LDFLAGS: "-L/home/runner/pnetcdf/lib"
LD_LIBRARY_PATH: "/home/runner/pnetcdf/lib"
PNETCDF_VERSION: 1.12.3
FCFLAGS: "-fallow-argument-mismatch"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Installs
run: |
set -x
Expand All @@ -32,7 +33,7 @@ jobs:
- name: cache-pnetcdf
id: cache-pnetcdf
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/pnetcdf
key: pnetcdf-${{ runner.os }}-${{ env.PNETCDF_VERSION }}
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- # cmake build with netcdf integration
name: cmake_ncint
--- # cmake build without netcdf integration
name: cmake_ubuntu-latest

on:
push:
Expand All @@ -21,8 +21,9 @@ jobs:
LDFLAGS: "-L/home/runner/pnetcdf/lib"
LD_LIBRARY_PATH: "/home/runner/pnetcdf/lib"
PNETCDF_VERSION: 1.12.3
FCFLAGS: "-fallow-argument-mismatch"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Installs
run: |
set -x
Expand All @@ -35,7 +36,7 @@ jobs:
- name: cache-pnetcdf
id: cache-pnetcdf
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/pnetcdf
key: pnetcdf-${{ runner.os }}-${{ env.PNETCDF_VERSION }}
Expand Down

This file was deleted.

Loading

0 comments on commit 6fcb613

Please sign in to comment.