Build openrndr from master (was openrndr-0.4)

This commit is contained in:
Edwin Jakobs
2021-07-20 19:02:12 +02:00
committed by GitHub
parent c1cb383625
commit ea516e0a4c

View File

@@ -2,7 +2,7 @@ name: Build
on: on:
push: push:
branches: branches:
- orx-0.4 - master
jobs: jobs:
build: build:
@@ -12,7 +12,7 @@ jobs:
with: with:
repository: openrndr/openrndr repository: openrndr/openrndr
path: ./openrndr path: ./openrndr
ref: openrndr-0.4 ref: master
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.3.4
with: with:
path: orx path: orx
@@ -37,4 +37,4 @@ jobs:
- name: Build ORX - name: Build ORX
run: | run: |
cd ./orx cd ./orx
./gradlew build ./gradlew build