mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Split up build & test
This should make the output a bit more segmented (and thus, more readable)
This commit is contained in:
parent
dd6467303e
commit
01aa729577
3 changed files with 7 additions and 4 deletions
7
.github/workflows/cicd.yml
vendored
7
.github/workflows/cicd.yml
vendored
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: CI/CD
|
||||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
@ -10,11 +10,12 @@ on:
|
|||
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
|
||||
- name: Build
|
||||
run: docker/build.sh
|
||||
- name: Test
|
||||
run: docker/test.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue