Skip to content

Commit

Permalink
Update Qt_Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat committed Sep 27, 2023
1 parent 5322b32 commit a898d39
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions .github/workflows/Qt_Build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Windows Build (Qt)
name: Qt Build

on:
push:
Expand All @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a898d39

Please sign in to comment.