update Fixing buildscript for deb
This commit is contained in:
parent
cd764c7f69
commit
b9b2f540bf
@ -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" />
|
||||||
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user