Update workflows

This commit is contained in:
unknown
2020-11-18 14:58:19 +01:00
parent 2a7e9ca150
commit b7481ae286
2 changed files with 1 additions and 24 deletions
-23
View File
@@ -1,23 +0,0 @@
name: HTML5 (WebGPU)
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-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-linux64 armorcore/make html5 -g webgpu
+1 -1
View File
@@ -1,4 +1,4 @@
name: Linux (OpenGL)
name: Linux (Vulkan)
on:
push: