mirror of
https://github.com/BlackMATov/ecs.hpp.git
synced 2026-01-06 08:06:51 +07:00
move to github actions
This commit is contained in:
16
.github/workflows/coverage.yml
vendored
Normal file
16
.github/workflows/coverage.yml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
name: coverage
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-10.15
|
||||
name: "coverage"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Install lcov by Homebrew
|
||||
run: brew install lcov
|
||||
- name: Build && Test && Upload
|
||||
run: .ci/build_coverage.sh
|
||||
Reference in New Issue
Block a user