Skip to content

Commit

Permalink
Create Merkompiler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
merkrafter authored Nov 17, 2019
1 parent 266929c commit 54f74cb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/Merkompiler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Java CI

on:
pull_request:
push:
branches:
- master
- development

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Download artifact
uses: actions/[email protected]
with:
name: Merkompiler.jar
path: target/Merkompiler-jar-with-dependencies.jar

0 comments on commit 54f74cb

Please sign in to comment.