Build: remove DRONE

This commit is contained in:
tobtoht 2022-05-31 22:10:30 +02:00
parent cbc3fb1fdd
commit 14ef10ddea
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C
3 changed files with 0 additions and 9 deletions

View file

@ -156,10 +156,6 @@ if(UNIX AND NOT APPLE)
endif()
endif()
if("$ENV{DRONE}" STREQUAL "true")
message(STATUS "We are inside a static compile with Drone CI")
endif()
include(TorQrcGenerator)
# To build Feather with embedded (and static) Tor, pass CMake -DTOR_DIR=/path/to/tor/

View file

@ -197,10 +197,6 @@ if(STATIC)
target_compile_definitions(feather PRIVATE STATIC=1)
endif()
if("$ENV{DRONE}" STREQUAL "true")
target_compile_definitions(feather PRIVATE DRONE=1)
endif()
if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
target_compile_definitions(feather PRIVATE QT_NO_DEBUG=1)
endif()

View file

@ -3,7 +3,6 @@
HASH="$1"
echo "[+] hash: $HASH"
export DRONE=true
echo "[+] Building"
rm ~/feather.zip 2>&1 >/dev/null