Skip to content

Add Dockerfile to build packages for the Tails Linux distribution. #25

Add Dockerfile to build packages for the Tails Linux distribution.

Add Dockerfile to build packages for the Tails Linux distribution. #25

Workflow file for this run

name: macOS
on: [push, pull_request]
jobs:
build-MacOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew install autoconf automake libtool shunit2 cppcheck
- run: ./build.sh
- run: sudo make install
- run: make distclean