mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
WIP: Add GH Actions
This commit is contained in:
parent
f9739e2af8
commit
d30c63a3fb
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 code
|
||||||
|
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