Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLipu Fei <lipu.fei815@gmail.com>2019-12-10 18:41:46 +0300
committerLipu Fei <lipu.fei815@gmail.com>2019-12-11 10:10:55 +0300
commit537424c058fc7074e9c793c27b2c5a39c0f4db36 (patch)
tree66c6ee7084d0296f5d49b63efbe5b5f2fc24905c /.github
parent8aae5f7563bf4a3693997a58f974a589133b6075 (diff)
Add GitHub Actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cicd.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml
new file mode 100644
index 0000000000..3a0b57d714
--- /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 master
+ uses: actions/checkout@v1.2.0
+ - name: Build and test
+ run: docker/build.sh