Skip to content

Mention the OPENRNDR IntelliJ plugin in the installation instructions #16

Mention the OPENRNDR IntelliJ plugin in the installation instructions

Mention the OPENRNDR IntelliJ plugin in the installation instructions #16

Workflow file for this run

name: Build
on:
# Trigger the workflow on any pull request
pull_request:
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout current repository
uses: actions/checkout@v3
- name: Validate Gradle wrapper
uses: gradle/[email protected]
- name: Test glxinfo
run: |
sudo apt-get install -y mesa-utils xvfb
xvfb-run glxinfo
- uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 17
cache: gradle
- name: Build openrndr-guide
run: ./gradlew build