mirror of
https://github.com/NoelFB/blah.git
synced 2024-11-25 16:18:57 +08:00
initial CI test
This commit is contained in:
parent
c802080bab
commit
688e28ac65
21
.github/ci.yml
vendored
Normal file
21
.github/ci.yml
vendored
Normal 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 .
|
Loading…
Reference in New Issue
Block a user