Skip to content

Merge branch 'V2' of https://github.com/NoozAbooz/210K-HighStakes-202… #152

Merge branch 'V2' of https://github.com/NoozAbooz/210K-HighStakes-202…

Merge branch 'V2' of https://github.com/NoozAbooz/210K-HighStakes-202… #152

Workflow file for this run

name: Build Project w/ PROS
on:
push:
branches: '*'
workflow_dispatch:
permissions:
contents: write
pages: write
id-token: write
jobs:
build:
name: PROS CI Test
runs-on: ubuntu-latest
steps:
- name: Get short SHA
uses: benjlevesque/[email protected]
id: short-sha
with:
length: 6
- name: Set short SHA
run: echo $SHA
env:
SHA: ${{ steps.short-sha.outputs.sha }}
- name: Install ARM Toolchain
uses: fiam/[email protected]
with:
release: "10-2020-q4"
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: PIP Installer
uses: BSFishy/pip-action@v1
with:
packages: pros-cli
- name: Testing PROS Install
run: pros --version
- name: Checkout
uses: actions/checkout@v3
- name: Build PROS Project
run: make -j