This commit is contained in:
SushilRagoonath
2022-12-02 14:21:15 +01:00
committed by GitHub
parent 688e28ac65
commit 4ee91d5812

21
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,21 @@
name: CI
on:
push:
pull_request:
jobs:
build-html5:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: lukka/get-cmake@latest
- uses: actions/checkout@master
- name: install dependancies
run: |
mkdir build
cd build
cmake ../
cmake --build .