initial CI test

This commit is contained in:
SushilRagoonath 2022-12-02 14:20:16 +01:00 committed by GitHub
parent c802080bab
commit 688e28ac65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
.github/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 .