From ee4fbefe7c49b9525239318626539da77af4afe4 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 9 Aug 2020 21:35:26 +0200 Subject: [PATCH] Create ci.yml --- .github/workflows/ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/ci.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml new file mode 100644 index 0000000..f53e6e1 --- /dev/null +++ b/.github/workflows/ci.yml @@ -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