mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 06:41:06 -07:00
Add GitHub Actions
This commit is contained in:
parent
8aae5f7563
commit
537424c058
1 changed files with 13 additions and 0 deletions
13
.github/workflows/cicd.yml
vendored
Normal file
13
.github/workflows/cicd.yml
vendored
Normal file
|
|
@ -0,0 +1,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 master
|
||||||
|
uses: actions/checkout@v1.2.0
|
||||||
|
- name: Build and test
|
||||||
|
run: docker/build.sh
|
||||||
Loading…
Add table
Add a link
Reference in a new issue