Merge pull request #2 from Rudi9719/Rudi9719-GithubAction

Create c-cpp.yml
This commit is contained in:
2020-09-24 18:38:18 -04:00
committed by GitHub

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