mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
Build: remove DRONE
This commit is contained in:
parent
cbc3fb1fdd
commit
14ef10ddea
3 changed files with 0 additions and 9 deletions
|
@ -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/
|
||||
|
|
|
@ -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()
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
HASH="$1"
|
||||
echo "[+] hash: $HASH"
|
||||
|
||||
export DRONE=true
|
||||
echo "[+] Building"
|
||||
|
||||
rm ~/feather.zip 2>&1 >/dev/null
|
||||
|
|
Loading…
Reference in a new issue