mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-13 11:38:47 +00:00
Update Qt_Build.yml
This commit is contained in:
parent
5322b321f5
commit
a898d392f0
1 changed files with 3 additions and 16 deletions
19
.github/workflows/Qt_Build.yml
vendored
19
.github/workflows/Qt_Build.yml
vendored
|
@ -1,4 +1,4 @@
|
||||||
name: Windows Build (Qt)
|
name: Qt Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
@ -11,7 +11,7 @@ env:
|
||||||
BUILD_TYPE: Release
|
BUILD_TYPE: Release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
windows-qt:
|
||||||
# The CMake configure and build commands are platform agnostic and should work equally
|
# 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
|
# well on Windows or Mac. You can convert this to a matrix build if you need
|
||||||
# cross-platform coverage.
|
# cross-platform coverage.
|
||||||
|
@ -45,20 +45,7 @@ jobs:
|
||||||
name: Windows executable
|
name: Windows executable
|
||||||
path: './build/Release/Alber.exe'
|
path: './build/Release/Alber.exe'
|
||||||
|
|
||||||
name: MacOS Build (Qt)
|
macos-qt:
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
|
||||||
|
|
||||||
env:
|
|
||||||
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
|
|
||||||
BUILD_TYPE: Release
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
# The CMake configure and build commands are platform agnostic and should work equally
|
# 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
|
# well on Windows or Mac. You can convert this to a matrix build if you need
|
||||||
# cross-platform coverage.
|
# cross-platform coverage.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue