WIP: Add GH Actions

This commit is contained in:
Lipu Fei 2019-12-17 11:38:52 +01:00
parent f9739e2af8
commit d30c63a3fb

13
.github/workflows/cicd.yml vendored Normal file
View 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