]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Test indentation script on Mac OSX 9397/head
authorDaniel Arndt <arndtd@ornl.gov>
Sun, 19 Jan 2020 19:54:39 +0000 (14:54 -0500)
committerDaniel Arndt <arndtd@ornl.gov>
Mon, 20 Jan 2020 03:49:27 +0000 (22:49 -0500)
.github/workflows/main.yml

index d3a32e457e7bc148befbd1e5d9aa608d31e1f2b8..b7cff1075d86d12005a21c1878b1ea3571beaa33 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.