Skip to content

Commit

Permalink
Build firmware in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jkilpatr committed Oct 3, 2023
1 parent dd58fb6 commit 6486204
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ansible-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,13 @@ jobs:
- name: Syntax check
run: |
pip3 install --user ansible
ansible-playbook -i hosts --syntax-check --list-tasks *.yml
ansible-playbook -i hosts --syntax-check --list-tasks *.yml
build-x86:
needs: syntax
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build x86 unmanaged firmware
run: |
pip3 install --user ansible
ansible-playbook -e @profiles/devices/x86_64.yml -e @profiles/management/althea-release.yml firmware-build.yml

0 comments on commit 6486204

Please sign in to comment.