configs script for build package
This commit is contained in:
parent
3e12ad09b0
commit
d07bc1f9b0
|
@ -10,6 +10,8 @@
|
|||
# User-specific files (MonoDevelop/Xamarin Studio)
|
||||
*.userprefs
|
||||
|
||||
assembly/
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
SET drive=%~d0
|
||||
SET R_HOME=%drive%/GCModeller\src\R-sharp\App\net6.0
|
||||
SET pkg=./ggplot.zip
|
||||
SET pkg=./Darwinism.zip
|
||||
|
||||
%R_HOME%/Rscript.exe --build /src ../ /save %pkg% --skip-src-build
|
||||
%R_HOME%/R#.exe --install.packages %pkg%
|
||||
|
|
|
@ -5,7 +5,7 @@ SET mzkit_renv=%drive%/mzkit/dist/bin
|
|||
SET Rscript="%mzkit_renv%/Rscript.exe"
|
||||
SET REnv="%mzkit_renv%/R#.exe"
|
||||
|
||||
SET mzkit_pkg=%drive%/mzkit/src/mzkit/setup/ggplot.zip
|
||||
SET mzkit_pkg=%drive%/mzkit/src/mzkit/setup/Darwinism.zip
|
||||
|
||||
%Rscript% --build /src ../ /save %mzkit_pkg%
|
||||
%REnv% --install.packages %mzkit_pkg%
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Package: ggplot
|
||||
Package: Darwinism
|
||||
Type: Package
|
||||
Title: Create Elegant Data Visualisations Using the Grammar of Graphics
|
||||
Version: 1.0.0.1254
|
||||
|
|
|
@ -139,8 +139,8 @@ Global
|
|||
{5A2FEF71-A869-4A4D-BADF-488B734BC0B5}.Release|x86.Build.0 = Release|Any CPU
|
||||
{5A2FEF71-A869-4A4D-BADF-488B734BC0B5}.Rsharp_app_release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{5A2FEF71-A869-4A4D-BADF-488B734BC0B5}.Rsharp_app_release|Any CPU.Build.0 = Release|Any CPU
|
||||
{5A2FEF71-A869-4A4D-BADF-488B734BC0B5}.Rsharp_app_release|x64.ActiveCfg = Release|Any CPU
|
||||
{5A2FEF71-A869-4A4D-BADF-488B734BC0B5}.Rsharp_app_release|x64.Build.0 = Release|Any CPU
|
||||
{5A2FEF71-A869-4A4D-BADF-488B734BC0B5}.Rsharp_app_release|x64.ActiveCfg = Rsharp_app_release|x64
|
||||
{5A2FEF71-A869-4A4D-BADF-488B734BC0B5}.Rsharp_app_release|x64.Build.0 = Rsharp_app_release|x64
|
||||
{5A2FEF71-A869-4A4D-BADF-488B734BC0B5}.Rsharp_app_release|x86.ActiveCfg = Release|Any CPU
|
||||
{5A2FEF71-A869-4A4D-BADF-488B734BC0B5}.Rsharp_app_release|x86.Build.0 = Release|Any CPU
|
||||
{F21F3DEC-FC21-4C5E-BC89-7AD066DBE1D9}.CFD_win32|Any CPU.ActiveCfg = CFD_win32|Any CPU
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
<TargetFramework>net6.0</TargetFramework>
|
||||
<AssemblyName>Darwinism.DataScience.DataMining</AssemblyName>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
<Configurations>Debug;Release;Rsharp_app_release</Configurations>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<Product>Parallel</Product>
|
||||
<Description>Run bash command in batch and parallel</Description>
|
||||
<Platforms>AnyCPU;x64</Platforms>
|
||||
<OutputPath>../../../build/</OutputPath>
|
||||
<OutputPath>../../../assembly/</OutputPath>
|
||||
<Configurations>Debug;Release;Docker;Rsharp_app_release;PlantMAT</Configurations>
|
||||
<GenerateDocumentationFile>True</GenerateDocumentationFile>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Reference in New Issue