Cleanup
This commit is contained in:
@@ -21,5 +21,5 @@ jobs:
|
||||
run: sudo apt install make clang libvulkan-dev libgtk-3-dev --yes --quiet
|
||||
- name: Compile
|
||||
run: |
|
||||
cd armorpaint
|
||||
../base/make --graphics vulkan --compile
|
||||
cd paint
|
||||
../base/make --compile
|
||||
|
||||
@@ -17,5 +17,5 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Compile
|
||||
run: |
|
||||
cd armorpaint
|
||||
../base/make --graphics metal --compile
|
||||
cd paint
|
||||
../base/make --compile
|
||||
|
||||
@@ -17,5 +17,5 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Compile
|
||||
run: |
|
||||
cd armorpaint
|
||||
../base/make --graphics direct3d12 --compile
|
||||
cd paint
|
||||
../base/make --compile
|
||||
|
||||
Reference in New Issue
Block a user