Skip to content

Merge branch 'Intaking-stuff-sim' of https://github.com/FRC-7525/2024… #35

Merge branch 'Intaking-stuff-sim' of https://github.com/FRC-7525/2024…

Merge branch 'Intaking-stuff-sim' of https://github.com/FRC-7525/2024… #35

Workflow file for this run

name: Build
on:
push:
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