- max out cores on macos
- set number of jobs via cmake on windows
- 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()
- 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()
- 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