mirror of
https://github.com/Fishwaldo/qt-openzwave.git
synced 2025-07-05 04:38:22 +00:00
PR Test
This commit is contained in:
parent
d7bc41e54a
commit
703e1d7c65
1 changed files with 16 additions and 0 deletions
16
.github/workflows/prbuildtest.yml
vendored
Normal file
16
.github/workflows/prbuildtest.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: Docker Image Build
|
||||||
|
|
||||||
|
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
|
Loading…
Add table
Add a link
Reference in a new issue