Browse Source

Merge pull request #2 from Rudi9719/Rudi9719-GithubAction

Create c-cpp.yml
pull/2/head
Gregory Rudolph 4 years ago committed by GitHub
parent
commit
d1f835e3b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 17
      .github/workflows/c-cpp.yml

17
.github/workflows/c-cpp.yml

@ -0,0 +1,17 @@ @@ -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
Loading…
Cancel
Save