Lines Matching refs:echo
84 echo -n '::set-output name=ccache::'
85 …echo 'ccache-${{ matrix.config.os }}-${{ matrix.config.compiler }}-${{ matrix.config.cross }}-'$(d…
86 echo -n '::set-output name=libabigail::'
87 echo 'libabigail-${{ matrix.config.os }}'
88 echo -n '::set-output name=abi::'
89 …echo 'abi-${{ matrix.config.os }}-${{ matrix.config.compiler }}-${{ matrix.config.cross }}-${{ env…
174 echo -n '::set-output name=image::'
175 echo 'image-${{ matrix.config.image }}-'$(date -u +%Y-%m-%d)
236 echo -n '::set-output name=ccache::'
237 echo 'ccache-${{ matrix.config.image }}-${{ matrix.config.compiler }}-'$(date -u +%Y-w%W)
238 echo -n '::set-output name=image::'
239 echo 'image-${{ matrix.config.image }}-'$(date -u +%Y-%m-%d)
240 echo -n '::set-output name=logs::'
241 echo 'meson-logs-${{ join(matrix.config.*, '-') }}' | tr -d ':'
251 echo 'Image ${{ matrix.config.image }} is not cached.'
264 echo CC=ccache ${{ matrix.config.compiler }} >> ~/env
265 echo DEF_LIB=${{ matrix.config.library }} >> ~/env