Skip to content

fix: signals route remote graph updates through Qt #178

fix: signals route remote graph updates through Qt

fix: signals route remote graph updates through Qt #178

name: Build
on: [push]
jobs:
ubuntu-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.0.0
- name: Dependencies
run: bash ./dependencies.sh
shell: bash
- name: Build project
uses: nicledomaS/cmake_build_action@v1.4
with:
submodule_update: ON
run_tests: OFF