Skip to content

Commit

Permalink
still trying docs
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jul 29, 2020
1 parent f515008 commit e773963
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/strict_autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ 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
run: |
export DISTCHECK_CONFIGURE_FLAGS="--enable-fortran --enable-docs"
make -j distcheck

0 comments on commit e773963

Please sign in to comment.