mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
Linux package build: do not build server flavor
This commit is contained in:
parent
3377fb084b
commit
fecbd54a35
@ -27,7 +27,8 @@ environment:
|
||||
CMAKE_CUSTOM_OPTIONS: "-DCMAKE_BUILD_TYPE=Release \
|
||||
-DFORCE_SSE41=ON \
|
||||
-DDEBUG_OUTPUT=ON \
|
||||
-DENABLE_EXTERNAL_LIBRARIES=ON"
|
||||
-DENABLE_EXTERNAL_LIBRARIES=ON \
|
||||
-DBUILD_SERVER=OFF"
|
||||
|
||||
for:
|
||||
- matrix:
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -4,7 +4,7 @@
|
||||
|
||||
# FORCE_SSE41 will be not accepted upstream
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- -DFORCE_SSE41=ON -DENABLE_EXTERNAL_LIBRARIES=ON -DDEBUG_OUTPUT=ON
|
||||
dh_auto_configure -- -DFORCE_SSE41=ON -DENABLE_EXTERNAL_LIBRARIES=ON -DDEBUG_OUTPUT=ON -DBUILD_SERVER=OFF
|
||||
|
||||
override_dh_auto_test:
|
||||
echo "Skipping test step"
|
||||
|
Loading…
Reference in New Issue
Block a user