remove documentation from index.ros.org search index and presentation #33
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: Test Build | |
on: [push, pull_request] | |
jobs: | |
test_build: | |
name: Basic CI | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: 'Build Image' | |
run: | | |
./docker/build.sh | |
- name: 'Run Devel Build' | |
run: | | |
./docker/run.sh make test-build |