Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/weekly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
strategy:
matrix:
include:
- preset: "vc6"
- preset: "vc6-weekly"
tools: true
extras: false
release: true
Expand All @@ -110,7 +110,7 @@ jobs:
strategy:
matrix:
include:
- preset: "vc6"
- preset: "vc6-weekly"
tools: true
extras: false
release: true
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
- name: Download Generals VC6 Artifacts
uses: actions/download-artifact@v4
with:
name: Generals-vc6+t
name: Generals-vc6-weekly+t
path: generals-vc6-artifacts

- name: Prepare and Zip Generals VC6
Expand All @@ -167,7 +167,7 @@ jobs:
- name: Download GeneralsMD VC6 Artifacts
uses: actions/download-artifact@v4
with:
name: GeneralsMD-vc6+t
name: GeneralsMD-vc6-weekly+t
path: generalsmd-vc6-artifacts

- name: Prepare and Zip GeneralsMD VC6
Expand Down
27 changes: 27 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@
"RTS_DEBUG_CRASHING": "ON"
}
},
{
"name": "vc6-weekly",
"displayName": "Windows 32bit VC6 Weekly Release",
"inherits": "vc6",
"cacheVariables": {
"RTS_BUILD_OPTION_VC6_FULL_DEBUG": "ON"
}
},
{
"name": "default",
"displayName": "Default Config (don't use directly!)",
Expand Down Expand Up @@ -178,6 +186,12 @@
"displayName": "Build Windows 32bit VC6 Release Logging",
"description": "Build Windows 32bit VC6 Release Logging"
},
{
"name": "vc6-weekly",
"configurePreset": "vc6-weekly",
"displayName": "Build Windows 32bit VC6 Weekly Release",
"description": "Build Windows 32bit VC6 Weekly Release"
},
{
"name": "win32",
"configurePreset": "win32",
Expand Down Expand Up @@ -281,6 +295,19 @@
}
]
},
{
"name": "vc6-weekly",
"steps": [
{
"type": "configure",
"name": "vc6-weekly"
},
{
"type": "build",
"name": "vc6-weekly"
}
]
},
{
"name": "win32",
"steps": [
Expand Down
Loading