Create c-cpp.yml

This commit is contained in:
2020-09-24 18:38:05 -04:00
committed by GitHub
parent ddf0c0e8c3
commit d9f576eb1b

17
.github/workflows/c-cpp.yml vendored Normal file
View File

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