mirror of
https://github.com/peterbraden/node-opencv.git
synced 2026-01-25 15:07:35 +00:00
14 lines
235 B
YAML
14 lines
235 B
YAML
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 .
|