[build] Split Actions into different yml files (#3025)

This commit is contained in:
Austin Shalit
2020-12-31 20:33:39 -08:00
committed by GitHub
parent 948af6d5b5
commit 26d0004fe1
4 changed files with 102 additions and 90 deletions

15
.github/workflows/gazebo.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: Gazebo
on: [pull_request, push]
jobs:
build:
name: "Build"
runs-on: ubuntu-latest
container: wpilib/gazebo-ubuntu:18.04
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build with Gradle
run: ./gradlew build -PbuildServer -PmakeSim