Skip to content

Migrate to GitHub Actions from CircleCI #2

Migrate to GitHub Actions from CircleCI

Migrate to GitHub Actions from CircleCI #2

Workflow file for this run

---
name: CI
on: [push, pull_request]
jobs:
vanilla:
runs-on: ubuntu-20.04
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-20.04
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-20.04
steps:
- uses: actions/checkout@v3
- run: sudo apt-get update && sudo apt-get install -y make build-essential reprotest
- run: make reprotest-sd