Browse Source

Merge branch 'master' of github.com:Rudi9719/MTGClone into master

pull/3/head
Gregory Rudolph 4 years ago
parent
commit
ffa97d3f9b
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 22
      .github/workflows/c-cpp.yml

22
.github/workflows/c-cpp.yml

@ -0,0 +1,22 @@ @@ -0,0 +1,22 @@
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
- name: Upload Artifact
uses: actions/upload-artifact@v1.0.0
with:
name: MTGClone.jar
path: MTGClone.jar
Loading…
Cancel
Save