forked from blender/blender
Update .gitea/workflows/build.yaml #3
@ -1,9 +1,12 @@
|
|||||||
name: Test Windows Build Tools 2019
|
name: Test Windows Build Tools 2019
|
||||||
run-name: ${{ gitea.actor }} is gonna build something
|
run-name: ${{ gitea.actor }} is gonna build something
|
||||||
on: [workflow_dispatch]
|
on:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
hostname:
|
build-windows:
|
||||||
|
name: Build on Windows x86_64
|
||||||
runs-on: windows-buildtools2019
|
runs-on: windows-buildtools2019
|
||||||
|
if: ${{ github.event.pull_request != '' || github.event.pusher != '' || github.event.comment.body == '!actions run build-windows' || github.event.comment.body == '!actions run all' }}
|
||||||
steps:
|
steps:
|
||||||
- run: hostname
|
- run: hostname
|
Loading…
Reference in New Issue
Block a user