Skip to content

re-add LICENSE.html #114

re-add LICENSE.html

re-add LICENSE.html #114

Workflow file for this run

name: macchina.io-ci
on: [push]
jobs:
ubuntu-2004-gcc-make:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: sudo apt update && sudo apt install libssl-dev
- run: make -s -j2 DEFAULT_TARGET=shared_release
ubuntu-1804-gcc-make:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- run: sudo apt update && sudo apt install libssl-dev
- run: make -s -j2 DEFAULT_TARGET=shared_release
macos-clang-make:
runs-on: macos-10.15
steps:
- uses: actions/checkout@v2
- run: brew install openssl
- run: make -s -j2 DEFAULT_TARGET=shared_release