Skip to content

Merge pull request #139 from Space-and-Satellite-Systems-UC-Davis/123… #236

Merge pull request #139 from Space-and-Satellite-Systems-UC-Davis/123…

Merge pull request #139 from Space-and-Satellite-Systems-UC-Davis/123… #236

Workflow file for this run

name: C CI
on:
push:
pull_request:
merge_group:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: get compiler version
run: make version
- name: make project
run: make
- name: run tests
run: make test
- name: groundstation
run: cd groundstation && make