Merge pull request #659 from peterbraden/actions

Setup Github Actions
This commit is contained in:
Peter Braden 2020-01-23 10:59:55 +01:00 committed by GitHub
commit 358899f8d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Test Ubuntu
run: docker build -t peterbraden/node-opencv-ubuntu-14-04 -f test/Dockerfile-ubuntu-14-04 .