update Fixing buildscript for deb

This commit is contained in:
BlubbFish 2021-08-17 13:01:32 +02:00
parent cd764c7f69
commit b9b2f540bf
3 changed files with 12 additions and 2 deletions

View File

@ -21,6 +21,12 @@
<ApplicationIcon>resources\favicon.ico</ApplicationIcon> <ApplicationIcon>resources\favicon.ico</ApplicationIcon>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\..\DuinoDCX\DuinoDCX\DuinoDCX.csproj" /> <ProjectReference Include="..\..\DuinoDCX\DuinoDCX\DuinoDCX.csproj" />
<ProjectReference Include="..\..\Utils\Bot-Utils\Bot-Utils\Bot-Utils.csproj" /> <ProjectReference Include="..\..\Utils\Bot-Utils\Bot-Utils\Bot-Utils.csproj" />

View File

@ -1,4 +1,4 @@
[general] [general]
prefix=http://+:3000/ prefix=http://+:3000/
loggingpath=/var/log/dcxbot.log loggingpath=/var/log/duinodcx.log
serial=/dev/ttyUSB0 serial=/dev/ttyUSB0

View File

@ -20,6 +20,7 @@ export COPYEXEC="../bin/Release/netcoreapp3.1/*.dll ../bin/Release/netcoreapp3.1
export COPYCONFIG="../bin/Release/netcoreapp3.1/config-example/*.conf" export COPYCONFIG="../bin/Release/netcoreapp3.1/config-example/*.conf"
export CONFIGREPLACEASK=settings.conf export CONFIGREPLACEASK=settings.conf
export MOREGROUPS=dialout
cd ../deb cd ../deb
export PLATFORM=armhf export PLATFORM=armhf
@ -34,4 +35,7 @@ curl -s https://git.blubbfish.net/vs_utils/CI-Scripts/raw/branch/master/deb/cont
curl -s https://git.blubbfish.net/vs_utils/CI-Scripts/raw/branch/master/deb/build-deb.sh | bash curl -s https://git.blubbfish.net/vs_utils/CI-Scripts/raw/branch/master/deb/build-deb.sh | bash
cd .. cd ..
rm deb -rf rm deb -rf
cp Builds/* ../../Builds/
rm Builds -rf