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: 389043564a38193519a3b58c8a286aa0b7863177 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
name: CI/CD
on:
  push:
    - master
    - 'WIP**'
    - '4.*'
  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