Skip to content

[nasa/nos3#216] Removed specific branches from build workflow; #1

[nasa/nos3#216] Removed specific branches from build workflow;

[nasa/nos3#216] Removed specific branches from build workflow; #1

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
fsw:
# Container setup
runs-on: ubuntu-latest
container:
image: ivvitc/nos3-64:dev
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Update
run: sudo apt-get update
- name: Install dependencies
run: sudo apt-get install -y python3
- name: fsw
run: make config fsw