Skip to content

Commit

Permalink
CI: Trigger on any branch and enabled compiler warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Apr 4, 2024
1 parent 5d2345e commit 9a05700
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
name: CI

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [ main, master, ubuntu2204]
pull_request:
branches: [ main, master, ubuntu2204]
# Controls when the action will run.
on: [push, pull_request]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down Expand Up @@ -114,7 +109,6 @@ jobs:
cmake -S src -B "$BUILD_DIR" \
-DCMAKE_INSTALL_PREFIX="$INSTALL_DIR" \
-DCMAKE_C_COMPILER=mpicc \
-DCMAKE_Fortran_FLAGS="-fallow-argument-mismatch -fallow-invalid-boz" \
-DCMAKE_Fortran_COMPILER=mpifort
cd bld
Expand Down

0 comments on commit 9a05700

Please sign in to comment.