Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
han190 committed Mar 7, 2024
1 parent 1611df5 commit 0beefaa
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/PE-Fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@ jobs:
if: contains( matrix.os, 'ubuntu' )
run: sudo apt install gfortran-${{ matrix.gcc_version }}

- name: Preprocess
run: fpm run Preprocess --profile debug --compiler gfortran-${{ matrix.gcc_version }}
- name: Test PE-Fortran by GNU make
run: make && make test

- name: Run PE-Fortran
- name: Test PE-Preprocess by FPM
run: fpm run PE-Preprocess --profile debug --compiler gfortran-${{ matrix.gcc_version }}

- name: Test PE-Fortran by FPM
run: fpm run PE-Fortran --profile debug --compiler gfortran-${{ matrix.gcc_version }}

0 comments on commit 0beefaa

Please sign in to comment.