Add build files 2025-04-09-1155 #173
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: rosidl-cli ros2cli tf-transformations ffmpeg-encoder-decoder | |
| runs-on: macos-13 | |
| strategy: | |
| fail-fast: false | |
| needs: [] | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Build ros-humble-rosidl-cli ros-humble-ros2cli ros-humble-tf-transformations | |
| ros-humble-ffmpeg-encoder-decoder | |
| env: | |
| ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} | |
| CURRENT_RECIPES: ros-humble-rosidl-cli ros-humble-ros2cli ros-humble-tf-transformations | |
| ros-humble-ffmpeg-encoder-decoder | |
| BUILD_TARGET: osx-64 | |
| 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 | |
| on: | |
| push: | |
| branches: | |
| - buildbranch_osx |