.github/workflows/build_bundles.yml
changeset 53 11a61f120e22
parent 52 3b23cd88a197
child 55 399397ddd568
equal deleted inserted replaced
52:3b23cd88a197 53:11a61f120e22
    24     # repositories are directly checked out wher Makerfile expect them
    24     # repositories are directly checked out wher Makerfile expect them
    25     - uses: actions/checkout@v3
    25     - uses: actions/checkout@v3
    26       with:
    26       with:
    27           repository: beremiz/beremiz
    27           repository: beremiz/beremiz
    28           ref: ${{ env.beremiz_revisionid }}
    28           ref: ${{ env.beremiz_revisionid }}
    29           path: build/sources/beremiz_${{ env.beremiz_revisionid }}
    29           path: build/sources/beremiz
    30 
    30 
    31     - uses: actions/checkout@v3
    31     - uses: actions/checkout@v3
    32       with:
    32       with:
    33           repository: beremiz/matiec
    33           repository: beremiz/matiec
    34           ref: ${{ env.matiec_revisionid }}
    34           ref: ${{ env.matiec_revisionid }}
    35           path: build/sources/matiec_${{ env.matiec_revisionid }}
    35           path: build/sources/matiec
    36 
    36 
    37     - uses: actions/checkout@v3
    37     - uses: actions/checkout@v3
    38       with:
    38       with:
    39           repository: beremiz/canfestival
    39           repository: beremiz/canfestival
    40           ref: ${{ env.canfestival_revisionid }}
    40           ref: ${{ env.canfestival_revisionid }}
    41           path: build/sources/canfestival_${{ env.canfestival_revisionid }}
    41           path: build/sources/canfestival
    42 
    42 
    43     - name: Touch expected Makfile targets to shortcut HG checkout
    43     - name: Touch expected Makfile targets to shortcut HG checkout
    44       run: |
    44       run: |
       
    45         touch build/sources/beremiz_${{ env.beremiz_revisionid }}
       
    46         touch build/sources/matiec_${{ env.matiec_revisionid }}
       
    47         touch build/sources/canfestival_${{ env.canfestival_revisionid }}
    45         touch build/sources/beremiz_src
    48         touch build/sources/beremiz_src
    46         touch build/sources/matiec_src
    49         touch build/sources/matiec_src
    47         touch build/sources/canfestival_src
    50         touch build/sources/canfestival_src
    48         cat >> build/revisions.txt <<EOF
    51         cat >> build/revisions.txt <<EOF
    49         beremiz_public_dist ${{ github.sha }}
    52         beremiz_public_dist ${{ github.sha }}