Source Build #25
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: Source Build | |
# Build all ROS 2 packages in the repository and submodules | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "0 1 * * *" # Runs daily to check for dependency issues or flaky tests | |
jobs: | |
source-build: | |
uses: vortexntnu/vortex-ci/.github/workflows/reusable-source-build.yaml@main | |
with: | |
ros_distro: 'humble' | |
os_name: 'ubuntu-22.04' | |
ref: ${{ github.ref_name }} | |
vcs_repo_file_url: "" | |
skip_tests: true | |
gcc_version: '13' |