Skip to content

VIAMD: Added F1 function key to reset the view on whatever is highlig… #818

VIAMD: Added F1 function key to reset the view on whatever is highlig…

VIAMD: Added F1 function key to reset the view on whatever is highlig… #818

Workflow file for this run

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