Test CI build for main_rebase branch content #49
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: main | |
on: | |
push: | |
branches: [ main_rebase_test_build ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
tii-px4-msgs-deb: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout PX4-msgs | |
uses: actions/checkout@v2 | |
with: | |
path: PX4-msgs | |
- name: Run px4-msgs docker build | |
run: | | |
set -eux | |
mkdir bin | |
pushd PX4-msgs | |
./build.sh ../bin/ | |
popd | |