Skip to content

Merge branch 'main' of https://github.com/SFUnity/Mayhem-2024-Offseason #26

Merge branch 'main' of https://github.com/SFUnity/Mayhem-2024-Offseason

Merge branch 'main' of https://github.com/SFUnity/Mayhem-2024-Offseason #26

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
container: wpilib/roborio-cross-ubuntu:2024-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Grant execute permission
run: chmod +x gradlew
- name: Build robot code
run: ./gradlew build