mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
WIP: Fix fetching Uranium
This commit is contained in:
parent
dc7ec41b12
commit
d12edaff10
1 changed files with 3 additions and 18 deletions
21
.github/workflows/cicd.yml
vendored
21
.github/workflows/cicd.yml
vendored
|
@ -1,30 +1,15 @@
|
|||
---
|
||||
name: CI/CD for push
|
||||
on: [push]
|
||||
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
|
||||
- name: Checkout master
|
||||
uses: actions/checkout@v1
|
||||
- name: Build and test
|
||||
env:
|
||||
GIT_REF_NAME: github.ref
|
||||
run: docker/build.sh
|
||||
|
||||
name: CI/CD for pull_request
|
||||
on: [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
|
||||
- name: Build and test
|
||||
env:
|
||||
GIT_REF_NAME: github.base_ref
|
||||
run: docker/build.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue