VIAMD: Added F1 function key to reset the view on whatever is highlig… #818
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 |