[nasa/nos3#216] Removed specific branches from build workflow; #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |