File: ci.yml

package info (click to toggle)
cura 5.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 122,920 kB
  • sloc: python: 44,572; sh: 81; xml: 32; makefile: 16
file content (21 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (4)
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