Skip to content

Migrate to GitHub Actions from CircleCI #1

Migrate to GitHub Actions from CircleCI

Migrate to GitHub Actions from CircleCI #1

Workflow file for this run

---
name: CI
on: [push, pull_request]
jobs:
vanilla:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update && sudo apt-get install -y make build-essential
- run: make vanilla
reproducibility:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update && sudo apt-get install -y make build-essential reprotest
- run: make reprotest
reproducibility-securedrop:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update && sudo apt-get install -y make build-essential reprotest
- run: make reprotest-sd