Skip to content

fdt: connect with qt tree generator #102

fdt: connect with qt tree generator

fdt: connect with qt tree generator #102

Workflow file for this run

name: Continuous integration
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v1
with:
submodules: recursive
- name: install qt
uses: jurplel/[email protected]
- name: install opengl
run: sudo apt-get install mesa-common-dev libglu1-mesa-dev ninja-build -y
- name: cmake
run: CC="gcc-10" CXX="g++-10" cmake -GNinja .
- name: ninja
run: CC="gcc-10" CXX="g++-10" ninja