Skip to content

Commit

Permalink
renames workflow files to have some consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Jul 12, 2023
1 parent 495af01 commit 6302dc3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
conf-flags: [--disable-openmp, --enable-mixed-mode, --disable-setting-flags, --with-mpi=no]
input-flag: [--with-yaml, --enable-test-input=/home/fms_test_input]
container:
image: ryanmulhall/fms-ubuntu-gnu:12.2.0
image: ryanmulhall/fms-ci-rocky-gnu:12.2.0
env:
TEST_VERBOSE: 1
DISTCHECK_CONFIGURE_FLAGS: "${{ matrix.conf-flags }} ${{ matrix.input-flag }}"
Expand All @@ -22,13 +22,13 @@ jobs:
- name: print env
run: env
- name: Prepare GNU autoconf for build
run: autoreconf -if || env
run: autoreconf -if
- name: Configure the build
if: ${{ matrix.conf-flags != '--disable-setting-flags' }}
run: ./configure ${DISTCHECK_CONFIGURE_FLAGS} || cat config.log
run: ./configure ${DISTCHECK_CONFIGURE_FLAGS}
- name: Configure the build with explicit required flags
if: ${{ matrix.conf-flags == '--disable-setting-flags' }}
run: ./configure ${DISTCHECK_CONFIGURE_FLAGS} FCFLAGS="-fdefault-real-8 -fdefault-double-8 -fcray-pointer -ffree-line-length-none -I/usr/include $FCFLAGS" || cat config.log
run: ./configure ${DISTCHECK_CONFIGURE_FLAGS} FCFLAGS="-fdefault-real-8 -fdefault-double-8 -fcray-pointer -ffree-line-length-none -I/opt/view/include $FCFLAGS"
- name: Build the library
run: make -k distcheck
if: ${{ matrix.conf-flags != '--with-mpi=no' }}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6302dc3

Please sign in to comment.