Skip to content

Commit ae34baf

Browse files
committed
Do continuous builds with RAD Studio 10.4
1 parent 2c42f58 commit ae34baf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MAKEFILE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Package:
1313
SET BDS=$(STUDIO)\$(BDSVersion)
1414
$(BUILD) "Package\UIRibbonPackage.dproj"
1515

16+
10.4:
17+
$(MAKE) Package "BDSVersion=21.0"
18+
1619
10.2:
1720
$(MAKE) Package "BDSVersion=19.0"
1821

19-
10.1:
20-
$(MAKE) Package "BDSVersion=18.0"
21-
2222
_XE8:
2323
$(MAKE) Package "BDSVersion=16.0"
2424

@@ -57,4 +57,4 @@ _XE5:
5757

5858
_samples: "Samples\High Level\01 Simple Ribbon\SimpleRibbon.exe" "Samples\High Level\02 Context Popup\ContextPopup.exe" "Samples\High Level\03 DropDown Color Picker\DropDownColorPicker.exe" "Samples\High Level\04 Gallery\Gallery.exe" "Samples\High Level\05 Font Control\FontControl.exe" "Samples\High Level\06 Text Pad\TextPad.exe" "Samples\High Level\07 Text Pad with Action List\TextPad.exe"
5959

60-
_continuousbuilds: clean 10.2 "Designer\Bin\RibbonDesigner.exe" _samples
60+
_continuousbuilds: clean 10.4 "Designer\Bin\RibbonDesigner.exe" _samples

0 commit comments

Comments
 (0)