Skip to content

Revamped tree view into a thread safe model view pattern - major improvement with high number of sources. #12

Revamped tree view into a thread safe model view pattern - major improvement with high number of sources.

Revamped tree view into a thread safe model view pattern - major improvement with high number of sources. #12

Workflow file for this run

name: build PR
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Java
uses: actions/setup-java@v5
with:
java-version: '8'
distribution: 'zulu'
cache: 'maven'
- name: Install Xvfb
run: sudo apt-get update && sudo apt-get install -y xvfb
- name: Set up CI environment
run: .github/setup.sh
- name: Execute the build
run: xvfb-run --auto-servernum .github/build.sh