Skip to content

Commit

Permalink
now trying docs as well
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jul 29, 2020
1 parent ef28e9b commit f515008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/strict_autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
CC: mpicc
FC: mpifort
CPPFLAGS: "-I/usr/include -I/usr/local/include"
DISTCHECK_CONFIGURE_FLAGS: "--enable-fortran --enable-docs"

steps:
- uses: actions/checkout@v2
Expand All @@ -41,6 +40,7 @@ jobs:
export CFLAGS="-std=c99 -fsanitize=address -fno-omit-frame-pointer -Werror"
export FFLAGS="-fsanitize=address -fno-omit-frame-pointer -Werror"
export FCFLAGS="-fsanitize=address -fno-omit-frame-pointer -Werror"
export DISTCHECK_CONFIGURE_FLAGS="--enable-fortran --enable-docs"
./configure
- name: make -j distcheck
run: make -j distcheck

0 comments on commit f515008

Please sign in to comment.