From d30c63a3fbd68cda9ca07f318f42bfe59e00897a Mon Sep 17 00:00:00 2001 From: Lipu Fei Date: Tue, 17 Dec 2019 11:38:52 +0100 Subject: [PATCH] WIP: Add GH Actions --- .github/workflows/cicd.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/cicd.yml diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml new file mode 100644 index 0000000000..54747e55af --- /dev/null +++ b/.github/workflows/cicd.yml @@ -0,0 +1,13 @@ +--- +name: CI/CD +on: [push, pull_request] +jobs: + build: + name: Build and test + runs-on: ubuntu-latest + container: ultimaker/cura-build-environment + steps: + - name: Checkout code + uses: actions/checkout@v1.2.0 + - name: Build and test + run: docker/build.sh