Create ci.yml

This commit is contained in:
Varun Patil 2020-10-19 02:25:44 +05:30 committed by GitHub
parent ba79417aa3
commit 158ce4e334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

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

@ -0,0 +1,17 @@
name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: ./build.sh