This commit is contained in:
Akkadius 2022-12-24 03:27:54 -06:00
parent 293f79268d
commit b2dc6c88d9

View File

@ -25,3 +25,24 @@ steps:
volumes:
- name: cache
path: /home/eqemu/.ccache/
---
kind: pipeline
type: exec
name: default
platform:
os: windows
arch: amd64
steps:
- name: greeting
commands:
- echo hello world
trigger:
branch:
- akkadius/build-test
event:
- push