Skip to content

fdt-v2: fixed property parsing, further progress #104

fdt-v2: fixed property parsing, further progress

fdt-v2: fixed property parsing, further progress #104

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