Skip to content

[nasa/nos3#216] Break config and fsw into different runs in build.yml; #4

[nasa/nos3#216] Break config and fsw into different runs in build.yml;

[nasa/nos3#216] Break config and fsw into different runs in build.yml; #4

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: apt-get update
- name: Install dependencies
run: apt-get install -y python3 docker docker.io
- name: prep
run: make prep
- name: config
run: make config
- name: fsw
run: make fsw