Skip to content

chore: bump threeal/cmake-action from 2.0.0 to 2.1.0 (#87) #183

chore: bump threeal/cmake-action from 2.0.0 to 2.1.0 (#87)

chore: bump threeal/cmake-action from 2.0.0 to 2.1.0 (#87) #183

name: Build and Test
on:
workflow_dispatch:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
build-and-test:
runs-on: ubuntu-20.04
steps:
- name: Checkout this repository
uses: actions/[email protected]
- name: Build project
uses: threeal/[email protected]
with:
options: |
MUSEN_BUILD_TESTS=ON
MUSEN_BUILD_EXAMPLES=ON
- name: Test project
uses: threeal/[email protected]