chkmanifest will run autogen (#102)

* chkmanifest will run autogen

* remove extension on command

* run autogen first
This commit is contained in:
Allen Byrne
2020-11-20 10:50:16 -06:00
committed by GitHub
parent 793b3d1bae
commit 8c330c1cb4
2 changed files with 2 additions and 0 deletions

View File

@@ -106,6 +106,7 @@ jobs:
if: matrix.generator == 'autogen'
run: |
sh ./autogen.sh
sh ./bin/chkmanifest
mkdir "${{ runner.workspace }}/build"
cd "${{ runner.workspace }}/build"
$GITHUB_WORKSPACE/configure --enable-shared --${{ matrix.parallel }}-parallel --${{ matrix.cpp }}-cxx --${{ matrix.fortran }}-fortran --enable-java

View File

@@ -100,6 +100,7 @@ jobs:
if: matrix.generator == 'autogen'
run: |
sh ./autogen.sh
sh ./bin/chkmanifest
mkdir "${{ runner.workspace }}/build"
cd "${{ runner.workspace }}/build"
$GITHUB_WORKSPACE/configure --enable-shared --${{ matrix.parallel }}-parallel --${{ matrix.cpp }}-cxx --${{ matrix.fortran }}-fortran --enable-java