Commit 0ba46ad1 authored by Yossi Gottlieb's avatar Yossi Gottlieb
Browse files

Add GitHub Actions CI configuration.

parent da936a95
name: CI
on: [push, pull_request]
jobs:
build-ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make
- name: Set up Python for testing
uses: actions/setup-python@v1
with:
python-version: '3.x'
architecture: 'x64'
- name: Install Python dependencies
run:
python -m pip install -r tests/requirements.txt
- name: Run tests
run:
make tests_full
cffi==1.14.0
colorama==0.4.3
coloredlogs==14.0
docopt==0.6.2
hypothesis==5.6.0
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment