From 7efb330332745179e06aa583cce0c65730557943 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sun, 19 Jan 2020 14:54:39 -0500 Subject: [PATCH] Test indentation script on Mac OSX --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d3a32e457e..b7cff1075d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,6 +11,9 @@ jobs: steps: - uses: actions/checkout@v1 + - name: setup + run: | + ./contrib/utilities/download_clang_format - name: info run: | g++ -v @@ -25,6 +28,7 @@ jobs: path: detailed.log - name: build run: | + ./contrib/utilities/check_indentation.sh make -j 2 make -j 2 test # quicktests @@ -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 @@ -59,5 +64,6 @@ jobs: path: detailed.log - name: build run: | + ./contrib/utilities/check_indentation.sh make -j 2 make -j 2 test #quicktests -- 2.39.5