Skip to content

Merge pull request #6 from Gadgetoid/feature/ci #1

Merge pull request #6 from Gadgetoid/feature/ci

Merge pull request #6 from Gadgetoid/feature/ci #1

Workflow file for this run

name: CMake
on:
push:
pull_request:
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Build
run: ci/build.sh