Update workflows
This commit is contained in:
@@ -17,7 +17,5 @@ jobs:
|
||||
- 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 android -g vulkan
|
||||
run: armorcore/Kinc/make android --from armorcore -g vulkan
|
||||
|
||||
@@ -17,7 +17,5 @@ jobs:
|
||||
- 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-osx armorcore/make ios -g metal
|
||||
run: armorcore/Kinc/make ios --from armorcore -g metal
|
||||
|
||||
@@ -17,7 +17,5 @@ jobs:
|
||||
- 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 -g opengl
|
||||
run: armorcore/Kinc/make --from armorcore -g opengl
|
||||
|
||||
@@ -17,7 +17,5 @@ jobs:
|
||||
- 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 -g vulkan
|
||||
run: armorcore/Kinc/make --from armorcore -g vulkan
|
||||
|
||||
@@ -17,7 +17,5 @@ jobs:
|
||||
- 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-osx armorcore/make -g metal
|
||||
run: armorcore/Kinc/make --from armorcore -g metal
|
||||
|
||||
@@ -17,7 +17,5 @@ jobs:
|
||||
- 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 direct3d11
|
||||
run: armorcore/Kinc/make --from armorcore -g direct3d11
|
||||
|
||||
@@ -17,7 +17,5 @@ jobs:
|
||||
- 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
|
||||
run: armorcore/Kinc/make --from armorcore -g direct3d12
|
||||
|
||||
Reference in New Issue
Block a user