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:
Diffstat (limited to '.github/workflows/cicd.yml')
-rw-r--r--.github/workflows/cicd.yml20
1 files changed, 0 insertions, 20 deletions
diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml
deleted file mode 100644
index ff0923f9b6..0000000000
--- a/.github/workflows/cicd.yml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-name: CI/CD
-on:
- push:
- branches:
- - master
- - 'WIP**'
- - '4.*'
- - 'CURA-*'
- pull_request:
-jobs:
- build:
- name: Build and test
- runs-on: ubuntu-latest
- container: ultimaker/cura-build-environment
- steps:
- - name: Checkout Cura
- uses: actions/checkout@v2
- - name: Build and test
- run: docker/build.sh