Skip to content

Commit

Permalink
Merge branch 'create_new_instances' of [email protected]:crykn/libgdx-sc…
Browse files Browse the repository at this point in the history
…reenmanager.git into create_new_instances
  • Loading branch information
crykn committed Nov 23, 2023
2 parents 115946e + 3932167 commit c6392e4
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Build & Test

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

permissions:
contents: read

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Fix permissions
run: chmod +x gradlew
- name: Build with Gradle
uses: gradle/gradle-build-action@842c587ad8aa4c68eeba24c396e15af4c2e9f30a # v2.9.0
with:
arguments: build

0 comments on commit c6392e4

Please sign in to comment.