From a898d392f062c4adbe2f6db6d1d3c5b297f3e38d Mon Sep 17 00:00:00 2001 From: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> Date: Wed, 27 Sep 2023 18:55:33 +0300 Subject: [PATCH] Update Qt_Build.yml --- .github/workflows/Qt_Build.yml | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/.github/workflows/Qt_Build.yml b/.github/workflows/Qt_Build.yml index 1a0f0698..f78ab8cb 100644 --- a/.github/workflows/Qt_Build.yml +++ b/.github/workflows/Qt_Build.yml @@ -1,4 +1,4 @@ -name: Windows Build (Qt) +name: Qt Build on: push: @@ -11,7 +11,7 @@ env: BUILD_TYPE: Release jobs: - build: + windows-qt: # The CMake configure and build commands are platform agnostic and should work equally # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. @@ -45,20 +45,7 @@ jobs: name: Windows executable path: './build/Release/Alber.exe' -name: MacOS Build (Qt) - -on: - push: - branches: - - master - pull_request: - -env: - # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) - BUILD_TYPE: Release - -jobs: - build: + macos-qt: # The CMake configure and build commands are platform agnostic and should work equally # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage.