Add build files 2025-01-15-2051 #184
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
jobs: | |
stage_0_job_0: | |
name: ros-workspace python-orocos-kdl-vendor lanelet2-io | |
runs-on: cirun-linux-aarch64--${{ github.run_id }} | |
strategy: | |
fail-fast: false | |
needs: [] | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v4 | |
- name: Build ros-humble-ros-workspace ros-humble-python-orocos-kdl-vendor ros-humble-lanelet2-io | |
env: | |
ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} | |
CURRENT_RECIPES: ros-humble-ros-workspace ros-humble-python-orocos-kdl-vendor | |
ros-humble-lanelet2-io | |
DOCKER_IMAGE: condaforge/linux-anvil-aarch64 | |
run: | | |
export CI=azure | |
export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME | |
export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME}) | |
.scripts/build_linux.sh | |
name: build_linux | |
on: | |
push: | |
branches: | |
- buildbranch_linux_aarch64 |