From f438339b1a1b21fc785596bb5190b0c3fc58f838 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Sun, 31 Jan 2021 20:51:08 +0000 Subject: [PATCH] linux only builds for now --- .github/workflows/aws-tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/aws-tests.yml b/.github/workflows/aws-tests.yml index cb94da19..3ccea5dd 100644 --- a/.github/workflows/aws-tests.yml +++ b/.github/workflows/aws-tests.yml @@ -16,15 +16,15 @@ jobs: projectPath: - test-project unityVersion: - - 2019.2.11f1 + # - 2019.2.11f1 - 2019.3.15f1 targetPlatform: - - StandaloneOSX # Build a macOS standalone (Intel 64-bit). - - StandaloneWindows64 # Build a Windows 64-bit standalone. + #- StandaloneOSX # Build a macOS standalone (Intel 64-bit). + #- StandaloneWindows64 # Build a Windows 64-bit standalone. - StandaloneLinux64 # Build a Linux 64-bit standalone. - - iOS # Build an iOS player. - - Android # Build an Android .apk. - - WebGL # WebGL. + #- iOS # Build an iOS player. + #- Android # Build an Android .apk. + #- WebGL # WebGL. # - StandaloneWindows # Build a Windows standalone. # - WSAPlayer # Build an Windows Store Apps player. # - PS4 # Build a PS4 Standalone.