mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:48:59 +08:00
WIP: Fix fetching Uranium
This commit is contained in:
parent
dc7ec41b12
commit
d12edaff10
21
.github/workflows/cicd.yml
vendored
21
.github/workflows/cicd.yml
vendored
@ -1,30 +1,15 @@
|
|||||||
---
|
---
|
||||||
name: CI/CD for push
|
name: CI/CD
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and test
|
name: Build and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: ultimaker/cura-build-environment
|
container: ultimaker/cura-build-environment
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout master
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Build and test
|
- name: Build and test
|
||||||
env:
|
env:
|
||||||
GIT_REF_NAME: github.ref
|
GIT_REF_NAME: github.ref
|
||||||
run: docker/build.sh
|
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…
x
Reference in New Issue
Block a user