Skip to content

Commit

Permalink
Test indentation script on Mac OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jan 20, 2020
1 parent b4cd2a3 commit 7efb330
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: setup
run: |
./contrib/utilities/download_clang_format
- name: info
run: |
g++ -v
Expand All @@ -25,6 +28,7 @@ jobs:
path: detailed.log
- name: build
run: |
./contrib/utilities/check_indentation.sh
make -j 2
make -j 2 test # quicktests
Expand All @@ -44,6 +48,7 @@ jobs:
#export OMPI_CXX=g++-9
#export OMPI_CC=gcc-9
#export OMPI_FC=gfortran-9
./contrib/utilities/download_clang_format
- name: info
run: |
g++-9 -v
Expand All @@ -59,5 +64,6 @@ jobs:
path: detailed.log
- name: build
run: |
./contrib/utilities/check_indentation.sh
make -j 2
make -j 2 test #quicktests

0 comments on commit 7efb330

Please sign in to comment.