|
@@ -143,6 +143,7 @@ jobs:
|
|
echo "${{ steps.report1.outputs.failed }} opengl tests failed"
|
|
echo "${{ steps.report1.outputs.failed }} opengl tests failed"
|
|
echo "${{ steps.report2.outputs.failed }} opengles tests failed"
|
|
echo "${{ steps.report2.outputs.failed }} opengles tests failed"
|
|
exit 1
|
|
exit 1
|
|
|
|
+
|
|
Windows:
|
|
Windows:
|
|
runs-on: windows-latest
|
|
runs-on: windows-latest
|
|
permissions:
|
|
permissions:
|
|
@@ -154,7 +155,7 @@ jobs:
|
|
VULKAN_SDK: C:/VulkanSDK/1.3.231.1
|
|
VULKAN_SDK: C:/VulkanSDK/1.3.231.1
|
|
strategy:
|
|
strategy:
|
|
matrix:
|
|
matrix:
|
|
- platform: [Win32, x64, ARM64]
|
|
|
|
|
|
+ platform: [x64, ARM64]
|
|
defaults:
|
|
defaults:
|
|
run:
|
|
run:
|
|
shell: cmd
|
|
shell: cmd
|
|
@@ -403,6 +404,7 @@ jobs:
|
|
# with:
|
|
# with:
|
|
# name: test-output-windows-${{ steps.vars.outputs.arch }}-vulkan
|
|
# name: test-output-windows-${{ steps.vars.outputs.arch }}-vulkan
|
|
# path: test-output-windows-${{ steps.vars.outputs.arch }}-vulkan.zip
|
|
# path: test-output-windows-${{ steps.vars.outputs.arch }}-vulkan.zip
|
|
|
|
+
|
|
macOS:
|
|
macOS:
|
|
runs-on: macos-latest
|
|
runs-on: macos-latest
|
|
permissions:
|
|
permissions:
|
|
@@ -462,6 +464,7 @@ jobs:
|
|
run: |
|
|
run: |
|
|
echo "${{ steps.report1.outputs.failed }} opengl tests failed"
|
|
echo "${{ steps.report1.outputs.failed }} opengl tests failed"
|
|
exit 1
|
|
exit 1
|
|
|
|
+
|
|
iOS-Simulator:
|
|
iOS-Simulator:
|
|
runs-on: macos-latest
|
|
runs-on: macos-latest
|
|
steps:
|
|
steps:
|
|
@@ -479,6 +482,7 @@ jobs:
|
|
- name: Build
|
|
- name: Build
|
|
run:
|
|
run:
|
|
xcodebuild -project platform/xcode/love.xcodeproj -scheme love-ios -configuration Release -destination 'platform=iOS Simulator,name=iPhone 11'
|
|
xcodebuild -project platform/xcode/love.xcodeproj -scheme love-ios -configuration Release -destination 'platform=iOS Simulator,name=iPhone 11'
|
|
|
|
+
|
|
Android:
|
|
Android:
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
strategy:
|
|
strategy:
|