Skip to content

Complete CompileProject() for the most part #4

Complete CompileProject() for the most part

Complete CompileProject() for the most part #4

Workflow file for this run

name: compile-test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: BSFishy/meson-build@v1.0.3
with:
action: build