qt-openzwave/.github/workflows/prbuildtest.yml
Justin Hammond adb57e8dc8
Cleanups and Github Actions (#24)
Cleanup some debugging output
    ensure crashdump directory exists on startup (issue #18)
    Create a Github Action to test PR requests.
2020-01-22 14:58:48 +08:00

16 lines
No EOL
357 B
YAML

name: ozwdaemon Docker Image Build Test
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v1
with:
fetch-depth: 1 # shallow clone
- name: Build Docker Image
run: docker build . --file Docker/Dockerfile