Update workflows
This commit is contained in:
@@ -18,4 +18,6 @@ jobs:
|
|||||||
- name: Get Submodules
|
- name: Get Submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: armorcore/Kinc/make --from armorcore android -g opengl
|
run: |
|
||||||
|
cd armorpaint
|
||||||
|
../armorcore/Kinc/make --from ../armorcore android -g opengl
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Get Submodules
|
- name: Get Submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
- name: Clone plugins
|
|
||||||
run: git clone https://github.com/armory3d/armorpaint_plugins Libraries/plugins
|
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: armorcore/Kinc/make --from armorcore ios -g metal
|
run: |
|
||||||
|
cd armorpaint
|
||||||
|
../armorcore/Kinc/make --from ../armorcore ios -g metal
|
||||||
|
|||||||
@@ -22,4 +22,6 @@ jobs:
|
|||||||
- name: Get Submodules
|
- name: Get Submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: armorcore/Kinc/make --from armorcore -g opengl --compiler clang
|
run: |
|
||||||
|
cd armorpaint
|
||||||
|
../armorcore/Kinc/make --from ../armorcore -g opengl --compiler clang
|
||||||
|
|||||||
@@ -24,4 +24,6 @@ jobs:
|
|||||||
- name: Clone krafix
|
- name: Clone krafix
|
||||||
run: git clone --recursive https://github.com/armory3d/glsl_to_spirv armorcore/Libraries/glsl_to_spirv
|
run: git clone --recursive https://github.com/armory3d/glsl_to_spirv armorcore/Libraries/glsl_to_spirv
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: armorcore/Kinc/make --from armorcore -g vulkan --compiler clang
|
run: |
|
||||||
|
cd armorpaint
|
||||||
|
../armorcore/Kinc/make --from ../armorcore -g vulkan --compiler clang
|
||||||
|
|||||||
@@ -18,4 +18,6 @@ jobs:
|
|||||||
- name: Get Submodules
|
- name: Get Submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: armorcore/Kinc/make --from armorcore -g metal
|
run: |
|
||||||
|
cd armorpaint
|
||||||
|
../armorcore/Kinc/make --from ../armorcore -g metal
|
||||||
|
|||||||
@@ -18,4 +18,6 @@ jobs:
|
|||||||
- name: Get Submodules
|
- name: Get Submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: armorcore/Kinc/make --from armorcore -g direct3d11
|
run: |
|
||||||
|
cd armorpaint
|
||||||
|
../armorcore/Kinc/make --from ../armorcore -g direct3d11
|
||||||
|
|||||||
@@ -18,4 +18,6 @@ jobs:
|
|||||||
- name: Get Submodules
|
- name: Get Submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: armorcore/Kinc/make --from armorcore -g direct3d12
|
run: |
|
||||||
|
cd armorpaint
|
||||||
|
../armorcore/Kinc/make --from ../armorcore -g direct3d12
|
||||||
|
|||||||
Reference in New Issue
Block a user