From e7ab5bcca7ae571374eb9c8d742a1975aec453f3 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Fri, 26 Aug 2022 09:53:24 +0200 Subject: [PATCH] Remove `build/` subdirectory Removing `build/` subdirectory since we're building with GHA now. `TestInstallerBuild.bat` (and the targets it calls in `Chorus.proj`) might still be relevant, but are terribly outdated so that it no longer works. --- build/Chorus.dep | 16 --- build/Chorus.proj | 240 ----------------------------------- build/NuGet.targets | 93 -------------- build/TestBuild.sh | 7 - build/TestInstallerBuild.bat | 20 --- 5 files changed, 376 deletions(-) delete mode 100644 build/Chorus.dep delete mode 100644 build/Chorus.proj delete mode 100644 build/NuGet.targets delete mode 100755 build/TestBuild.sh delete mode 100644 build/TestInstallerBuild.bat diff --git a/build/Chorus.dep b/build/Chorus.dep deleted file mode 100644 index ccad7fd4c..000000000 --- a/build/Chorus.dep +++ /dev/null @@ -1,16 +0,0 @@ -# This file lists dependencies -# It can be edited with the BuildDependencyManager application. -# See https://github.com/ermshiperete/BuildDependency for more information. -# Edited with version 0.4.3 (6cb2078) - -[[TC]] -Type=TeamCity -Url=https://build.palaso.org - -[TC::bt216] -Name=Chorus-Documentation -RevisionName=lastSuccessful -RevisionValue=latest.lastSuccessful -Condition=Windows -Path=*.chm => lib - diff --git a/build/Chorus.proj b/build/Chorus.proj deleted file mode 100644 index 776c03eef..000000000 --- a/build/Chorus.proj +++ /dev/null @@ -1,240 +0,0 @@ - - - $(MSBuildProjectDirectory)/.. - $(teamcity_build_checkoutDir) - Chorus.sln - $(RootDir)/$(Solution) - ChorusLibrary - Chorus - chorus - Release - KnownMonoIssue, - SkipOnTeamCity,SkipOnBuildServer,SkipOnTeamCityRandomTestFailure,$(ExtraExcludeCategories) - true - false - $(RootDir)/output/$(Configuration) - true - false - - true - false - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/NuGet.targets b/build/NuGet.targets deleted file mode 100644 index c122dc6ca..000000000 --- a/build/NuGet.targets +++ /dev/null @@ -1,93 +0,0 @@ - - - - $(MSBuildProjectDirectory)/../ - - - true - - - false - - - true - - - - $(MSBuildThisFileDirectory) - $(ProjectDir)packages.config - - - $(NuGetToolsPath)/nuget.exe - - "$(NuGetExePath)" - mono $(NuGetExePath) - https://dist.nuget.org/win-x86-commandline/latest/nuget.exe - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/TestBuild.sh b/build/TestBuild.sh deleted file mode 100755 index 3f4d29cd6..000000000 --- a/build/TestBuild.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -cd "$(dirname "$0")/.." -if [[ $(mono --version 2>/dev/null | head -1 | cut -f 5 -d ' ') < 6 ]]; then - . environ -fi -cd build -msbuild "/target:${2:-Clean;Build}" /property:Configuration="${1:-Debug}" Chorus.proj diff --git a/build/TestInstallerBuild.bat b/build/TestInstallerBuild.bat deleted file mode 100644 index 4e50be2d0..000000000 --- a/build/TestInstallerBuild.bat +++ /dev/null @@ -1,20 +0,0 @@ - -IF "%2"=="" ( - if not "%VS120COMNTOOLS%" == "" ( - echo Setting up Visual Studio Pro 2013 Tools... - @call "%VS120COMNTOOLS%vsvars32.bat" - goto build - ) - - if not "%VS100COMNTOOLS%" == "" ( - echo Setting up Visual Studio Pro 2010 Tools... - @call "%VS100COMNTOOLS%vsvars32.bat" - goto build - ) -) - -:build -MSbuild /target:%1 /property:teamcity_build_checkoutDir=.. /property:teamcity_dotnet_nunitlauncher_msbuild_task="notthere" /property:BUILD_NUMBER="0.1.345.abcd" /property:Minor="1" Chorus.proj -PAUSE - -REM #/verbosity:detailed