Add build files 2026-01-25-2026 #250
This file contains hidden or 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: ouxt-lint-common twist-stamper slider-publisher rot-conv | |
| runs-on: ubuntu-24.04-arm | |
| strategy: | |
| fail-fast: false | |
| needs: [] | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Build ros-humble-ouxt-lint-common ros-humble-twist-stamper ros-humble-slider-publisher | |
| ros-humble-rot-conv | |
| env: | |
| ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} | |
| CURRENT_RECIPES: ros-humble-ouxt-lint-common ros-humble-twist-stamper ros-humble-slider-publisher | |
| ros-humble-rot-conv | |
| BUILD_TARGET: linux-aarch64 | |
| run: | | |
| export CI=azure | |
| export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME | |
| export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME}) | |
| .scripts/build_unix.sh --target $BUILD_TARGET | |
| stage_1_job_1: | |
| name: quaternion-operation | |
| runs-on: ubuntu-24.04-arm | |
| strategy: | |
| fail-fast: false | |
| needs: | |
| - stage_0_job_0 | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Build ros-humble-quaternion-operation | |
| env: | |
| ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} | |
| CURRENT_RECIPES: ros-humble-quaternion-operation | |
| BUILD_TARGET: linux-aarch64 | |
| run: | | |
| export CI=azure | |
| export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME | |
| export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME}) | |
| .scripts/build_unix.sh --target $BUILD_TARGET | |
| name: build_linux_aarch64 | |
| on: | |
| push: | |
| branches: | |
| - buildbranch_linux_aarch64 |