Update workflows

This commit is contained in:
luboslenco
2024-11-10 22:32:03 +01:00
parent 78367f9d33
commit 225e122dab
5 changed files with 5 additions and 15 deletions
+1 -3
View File
@@ -15,9 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Get Submodules
run: git submodule update --init --recursive
- name: Compile
run: |
cd armorpaint
../armorcore/make --target android --graphics opengl
../armorcore/make --target android --graphics opengl --compile
+1 -3
View File
@@ -15,9 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Get Submodules
run: git submodule update --init --recursive
- name: Compile
run: |
cd armorpaint
../armorcore/make --target ios --graphics metal
../armorcore/make --target ios --graphics metal --compile
+1 -3
View File
@@ -19,9 +19,7 @@ jobs:
run: sudo apt-get update
- name: Apt Install
run: sudo apt-get install libasound2-dev libxrandr-dev libxinerama-dev libgl1-mesa-dev libxi-dev libxcursor-dev libudev-dev libgtk-3-dev --yes --quiet
- name: Get Submodules
run: git submodule update --init --recursive
- name: Compile
run: |
cd armorpaint
../armorcore/make --graphics vulkan
../armorcore/make --graphics vulkan --compile
+1 -3
View File
@@ -15,9 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Get Submodules
run: git submodule update --init --recursive
- name: Compile
run: |
cd armorpaint
../armorcore/make --graphics metal
../armorcore/make --graphics metal --compile
+1 -3
View File
@@ -15,9 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Get Submodules
run: git submodule update --init --recursive
- name: Compile
run: |
cd armorpaint
../armorcore/make --graphics direct3d12
../armorcore/make --graphics direct3d12 --compile