st1002: implementation of Range Image Local Set (#455) #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: JDK17 Build (Ubuntu 22.04) | |
on: | |
push: | |
branches: [ develop, 2.x ] | |
pull_request: | |
branches: [ develop, 2.x ] | |
jobs: | |
build: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Set up JDK | |
uses: actions/setup-java@v1 | |
with: | |
java-version: 17 | |
- name: Set up Maven | |
uses: stCarolas/[email protected] | |
with: | |
maven-version: 3.8.5 | |
- name: Build and install | |
run: mvn -B install -Pdebug || mvn -B install -Pdebug || mvn -B install -Pdebug | |