Skip to content

wip

wip #5

Workflow file for this run

name: Makefile CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get update && sudo apt-get install openjdk-17-jdk-headless
- uses: actions/checkout@v4
- run: git submodule update --init"
- run: ./build-jar.sh
- run: ./build-jar-flatlaf.sh
- uses: actions/upload-artifact@v4
with:
path: '*.jar'
- run: ./test.sh