Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Nov 10, 2024
1 parent 78367f9 commit 225e122
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 15 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/android_opengl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions .github/workflows/ios_metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions .github/workflows/linux_vulkan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions .github/workflows/macos_metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions .github/workflows/windows_direct3d12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 225e122

Please sign in to comment.