forked from blender/blender
Update .gitea/workflows/build.yaml #3
9
.gitea/workflows/build.yaml
Normal file
9
.gitea/workflows/build.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
name: Test Windows Build Tools 2019
|
||||
run-name: ${{ gitea.actor }} is gonna build something
|
||||
on: [workflow_dispatch]
|
||||
|
||||
jobs:
|
||||
hostname:
|
||||
runs-on: buildtools2019
|
||||
steps:
|
||||
- run: hostname
|
Loading…
Reference in New Issue
Block a user