|
| 1 | +jobs: |
| 2 | + stage_0_job_0: |
| 3 | + name: lbr-description lbr-fri-idl lbr-moveit-cpp lbr-moveit |
| 4 | + runs-on: macos-15 |
| 5 | + strategy: |
| 6 | + fail-fast: false |
| 7 | + needs: [] |
| 8 | + steps: |
| 9 | + - name: Checkout code |
| 10 | + uses: actions/checkout@v6 |
| 11 | + - name: Build ros-humble-lbr-description ros-humble-lbr-fri-idl ros-humble-lbr-moveit-cpp |
| 12 | + ros-humble-lbr-moveit |
| 13 | + env: |
| 14 | + ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} |
| 15 | + CURRENT_RECIPES: ros-humble-lbr-description ros-humble-lbr-fri-idl ros-humble-lbr-moveit-cpp |
| 16 | + ros-humble-lbr-moveit |
| 17 | + BUILD_TARGET: osx-arm64 |
| 18 | + run: | |
| 19 | + export CI=azure |
| 20 | + export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME |
| 21 | + export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME}) |
| 22 | + .scripts/build_unix.sh --target $BUILD_TARGET |
| 23 | + stage_1_job_1: |
| 24 | + name: lbr-fri-ros2 med7-moveit-config med14-moveit-config iiwa7-moveit-config |
| 25 | + iiwa14-moveit-config |
| 26 | + runs-on: macos-15 |
| 27 | + strategy: |
| 28 | + fail-fast: false |
| 29 | + needs: |
| 30 | + - stage_0_job_0 |
| 31 | + steps: |
| 32 | + - name: Checkout code |
| 33 | + uses: actions/checkout@v6 |
| 34 | + - name: Build ros-humble-lbr-fri-ros2 ros-humble-med7-moveit-config ros-humble-med14-moveit-config |
| 35 | + ros-humble-iiwa7-moveit-config ros-humble-iiwa14-moveit-config |
| 36 | + env: |
| 37 | + ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} |
| 38 | + CURRENT_RECIPES: ros-humble-lbr-fri-ros2 ros-humble-med7-moveit-config ros-humble-med14-moveit-config |
| 39 | + ros-humble-iiwa7-moveit-config ros-humble-iiwa14-moveit-config |
| 40 | + BUILD_TARGET: osx-arm64 |
| 41 | + run: | |
| 42 | + export CI=azure |
| 43 | + export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME |
| 44 | + export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME}) |
| 45 | + .scripts/build_unix.sh --target $BUILD_TARGET |
| 46 | + stage_2_job_2: |
| 47 | + name: lbr-ros2-control lbr-demos-advanced-py lbr-demos-advanced-cpp lbr-bringup |
| 48 | + runs-on: macos-15 |
| 49 | + strategy: |
| 50 | + fail-fast: false |
| 51 | + needs: |
| 52 | + - stage_1_job_1 |
| 53 | + steps: |
| 54 | + - name: Checkout code |
| 55 | + uses: actions/checkout@v6 |
| 56 | + - name: Build ros-humble-lbr-ros2-control ros-humble-lbr-demos-advanced-py ros-humble-lbr-demos-advanced-cpp |
| 57 | + ros-humble-lbr-bringup |
| 58 | + env: |
| 59 | + ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} |
| 60 | + CURRENT_RECIPES: ros-humble-lbr-ros2-control ros-humble-lbr-demos-advanced-py |
| 61 | + ros-humble-lbr-demos-advanced-cpp ros-humble-lbr-bringup |
| 62 | + BUILD_TARGET: osx-arm64 |
| 63 | + run: | |
| 64 | + export CI=azure |
| 65 | + export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME |
| 66 | + export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME}) |
| 67 | + .scripts/build_unix.sh --target $BUILD_TARGET |
| 68 | + stage_3_job_3: |
| 69 | + name: lbr-fri-ros2-stack lbr-demos-py lbr-demos-cpp |
| 70 | + runs-on: macos-15 |
| 71 | + strategy: |
| 72 | + fail-fast: false |
| 73 | + needs: |
| 74 | + - stage_2_job_2 |
| 75 | + steps: |
| 76 | + - name: Checkout code |
| 77 | + uses: actions/checkout@v6 |
| 78 | + - name: Build ros-humble-lbr-fri-ros2-stack ros-humble-lbr-demos-py ros-humble-lbr-demos-cpp |
| 79 | + env: |
| 80 | + ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} |
| 81 | + CURRENT_RECIPES: ros-humble-lbr-fri-ros2-stack ros-humble-lbr-demos-py ros-humble-lbr-demos-cpp |
| 82 | + BUILD_TARGET: osx-arm64 |
| 83 | + run: | |
| 84 | + export CI=azure |
| 85 | + export GIT_BRANCH=$BUILD_SOURCEBRANCHNAME |
| 86 | + export FEEDSTOCK_NAME=$(basename ${BUILD_REPOSITORY_NAME}) |
| 87 | + .scripts/build_unix.sh --target $BUILD_TARGET |
| 88 | +name: build_osx_arm64 |
| 89 | +on: |
| 90 | + push: |
| 91 | + branches: |
| 92 | + - buildbranch_osx_arm64 |
0 commit comments