Add build files 2025-06-27-1604 #282
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: dynmsg wasm-cpp sick-safetyscanners2-interfaces sick-safetyscanners-base | |
| runs-on: ubuntu-latest | |
| strategy: | |
| fail-fast: false | |
| needs: [] | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Build ros-humble-dynmsg ros-humble-wasm-cpp ros-humble-sick-safetyscanners2-interfaces | |
| ros-humble-sick-safetyscanners-base | |
| env: | |
| ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} | |
| CURRENT_RECIPES: ros-humble-dynmsg ros-humble-wasm-cpp ros-humble-sick-safetyscanners2-interfaces | |
| ros-humble-sick-safetyscanners-base | |
| BUILD_TARGET: '' | |
| 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: rmw-wasm-cpp sick-safetyscanners2 test-wasm | |
| runs-on: ubuntu-latest | |
| strategy: | |
| fail-fast: false | |
| needs: | |
| - stage_0_job_0 | |
| steps: | |
| - name: Checkout code | |
| uses: actions/checkout@v4 | |
| - name: Build ros-humble-rmw-wasm-cpp ros-humble-sick-safetyscanners2 ros-humble-test-wasm | |
| env: | |
| ANACONDA_API_TOKEN: ${{ secrets.ANACONDA_API_TOKEN }} | |
| CURRENT_RECIPES: ros-humble-rmw-wasm-cpp ros-humble-sick-safetyscanners2 ros-humble-test-wasm | |
| BUILD_TARGET: '' | |
| 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_unix | |
| on: | |
| push: | |
| branches: | |
| - buildbranch_linux |