Create ci.yml

This commit is contained in:
Maschell 2020-08-09 21:35:26 +02:00 committed by GitHub
parent 956d472564
commit ee4fbefe7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/ci.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: C/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: docker build
run: docker build . -t wups