blob: 3a9d1fe3267f7071d4dde6a766e00ff7fdf0838e [file] [log] [blame]
name: Reproducible build
on:
push:
branches:
- main
- 'releases/*'
pull_request:
branches:
- '*'
env:
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
jobs:
check_build_reproducibility:
name: 'Check build reproducibility'
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
with:
fetch-depth: 1
- name: Restore Gradle cache and display toolchains
uses: ./.github/actions/run-gradle
with:
arguments: --quiet
- name: Build and compare checksums
shell: bash
run: |
./src/checkBuildReproducibility.sh