Skip to content

Don't use "liblib" in the output names with Unix toolsets #5

Don't use "liblib" in the output names with Unix toolsets

Don't use "liblib" in the output names with Unix toolsets #5

Workflow file for this run

# CI workflow running the unit tests.
name: CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: 2.7
- name: Install dependencies
run: |
pip install Sphinx
pip install pytest
pip install clint
- name: Run tests
run: make test