Fit into Github Actions syntax.

This commit is contained in:
K. S. Ernest (iFire) Lee 2021-06-06 17:21:58 -07:00
parent 9936e2bb26
commit b6882e8f5a
1 changed files with 98 additions and 99 deletions

View File

@ -1,9 +1,8 @@
name: "Build FBX2GLTF for Windows 10." name: "Build FBX2GLTF for Windows 10."
on: [push] on: [push, pull_request]
jobs: jobs:
build: build:
runs-on: windows-latest runs-on: windows-latest
strategy:
steps: steps:
- name: install conan - name: install conan
run: | run: |