Skip to content

Commit

Permalink
Removes unused flags
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleyspereira committed Mar 7, 2022
1 parent 91714a0 commit a25740d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Makefile CI
on:
push:
paths-exclude:
- '.github/**'
- '.github/cmake.yml'
- '.gitignore'
- 'README'
- '**README'
Expand All @@ -20,10 +20,6 @@ on:
- 'CMAKE**'
- '**CMakeLists.txt'

env:
CFLAGS: "-Wall -pedantic"
FFLAGS: "-fimplicit-none -fcheck=all"

defaults:
run:
shell: bash
Expand All @@ -32,16 +28,21 @@ jobs:

build-all:
runs-on: ubuntu-latest

steps:

- name: Checkout ScaLAPACK
uses: actions/checkout@v2

- name: Install MPI
run: sudo apt install mpich

- name: Build ScaLAPACK
run: |
cp SLmake.inc.example SLmake.inc
make --silent -j4 lib
make --silent all
- name: Run examples
working-directory: ${{github.workspace}}/EXAMPLE
run: |
Expand Down

0 comments on commit a25740d

Please sign in to comment.