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

ci.yml « workflows « .github - github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6dbe51a09ed311c919950bb589357f3b66dcf9d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
name: CI
on:
  push:
    branches:
      - master
      - 'WIP**'
      - '4.*'
      - 'CURA-*'
  pull_request:
jobs:
  build:
    runs-on: ubuntu-latest
    container: ultimaker/cura-build-environment
    steps:
    - name: Checkout Cura
      uses: actions/checkout@v2
    - name: Build
      run: docker/build.sh
    - name: Test
      run: docker/test.sh