Update workflows

This commit is contained in:
unknown
2020-11-18 14:52:57 +01:00
parent 5358e24da3
commit b9cb76007c
10 changed files with 184 additions and 49 deletions
+23
View File
@@ -0,0 +1,23 @@
name: Windows (Direct3D12)
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- name: Get Submodules
run: git submodule update --init --recursive
- name: Get Node.js
run: git clone https://github.com/armory3d/nodejs_bin.git --depth 1
- name: Compile
run: nodejs_bin/node.exe armorcore/make -g direct3d12