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

cicd.yml « workflows « .github - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff0923f9b6e4a8df097331772ac73c1cbd1f51da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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