Skip to content

Source Build

Source Build #19

Workflow file for this run

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'