px4-firmware/.github/workflows/build_tests.yml

25 lines
420 B
YAML
Raw Normal View History

name: Build Tests
on:
push:
branches:
- 'master'
pull_request:
branches:
- '*'
jobs:
build:
runs-on: ubuntu-latest
2020-01-13 05:10:50 -04:00
container: px4io/px4-dev-base-bionic:2020-01-13
steps:
- uses: actions/checkout@v1
with:
token: ${{ secrets.ACCESS_TOKEN }}
- name: check_format
env:
CI: true
run: make check_format
- name: main tests
run: make tests