Skip to content

Migrate to GitHub Actions from CircleCI #11

Migrate to GitHub Actions from CircleCI

Migrate to GitHub Actions from CircleCI #11

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
- run: echo $PWD
# 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