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: 54747e55af1e10c4c400baa9a07f5f8e68bd9152 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
name: CI/CD
on: [push, pull_request]
jobs:
  build:
    name: Build and test
    runs-on: ubuntu-latest
    container: ultimaker/cura-build-environment
    steps:
    - name: Checkout code
      uses: actions/checkout@v1.2.0
    - name: Build and test
      run: docker/build.sh