Create dockerimage.yml

This commit is contained in:
Maxim Devaev 2020-05-11 05:58:54 +03:00 committed by GitHub
parent 8108212aa2
commit 2e28ad2ee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
.github/workflows/dockerimage.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Docker Image CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build testenv
run: make testenv
- name: Toxing
run: make tox