task_system: introduced grain size which controls the size of the ind… #808
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: MacOS (Clang) | |
on: [push] | |
jobs: | |
ci: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: prepare | |
run: | | |
git submodule update --init --recursive | |
- name: cmake | |
run: | | |
cmake . | |
- name: build | |
run: | | |
make -j 4 |