]> https://gitweb.dealii.org/ - dealii.git/commitdiff
github-actions: 15554/head
authorMarc Fehling <mafehling.git@gmail.com>
Sat, 1 Jul 2023 03:15:11 +0000 (23:15 -0400)
committerMarc Fehling <mafehling.git@gmail.com>
Sat, 1 Jul 2023 03:55:54 +0000 (23:55 -0400)
- max out cores on macos

- set number of jobs via cmake on windows

.github/workflows/osx.yml
.github/workflows/windows.yml

index 4e9b75ecb7968e9a4b6021a01a672025999412ff..0a1def26f804b4dcfa6f65e31236c7b029330d9b 100644 (file)
@@ -30,7 +30,7 @@ jobs:
     - name: build
       run: |
         make VERBOSE=1 -j2
-        make -j2 test # quicktests
+        make -j3 test # quicktests
     - name: archive error 1
       uses: actions/upload-artifact@v3
       if: always()
@@ -73,7 +73,7 @@ jobs:
     - name: build
       run: |
         make VERBOSE=1 -j2
-        make -j2 test #quicktests
+        make -j3 test #quicktests
     - name: archive error 1
       uses: actions/upload-artifact@v3
       if: always()
index 08c5dba954f09d350174cb407f51dab66d0b3996..3d194201c433ffc91dc773b886ca7dd024942534 100644 (file)
@@ -38,13 +38,13 @@ jobs:
     - name: build library
       shell: bash
       run: |
-        cmake --build build  --target install -- -m
+        cmake --build build --parallel 2 --target install
         cd c:/project
         7z a dealii-windows.zip *
     - name: test library
       shell: bash
       run: |
-        cmake --build build  --target test -- -m
+        cmake --build build --parallel 2 --target test
     - name: archive library
       # run only if a PR is merged into master
       if: github.ref == 'refs/heads/master'

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.