mirror of
https://github.com/feather-wallet/feather.git
synced 2025-01-08 20:09:43 +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()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if("$ENV{DRONE}" STREQUAL "true")
|
|
||||||
message(STATUS "We are inside a static compile with Drone CI")
|
|
||||||
endif()
|
|
||||||
|
|
||||||
include(TorQrcGenerator)
|
include(TorQrcGenerator)
|
||||||
|
|
||||||
# To build Feather with embedded (and static) Tor, pass CMake -DTOR_DIR=/path/to/tor/
|
# 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)
|
target_compile_definitions(feather PRIVATE STATIC=1)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if("$ENV{DRONE}" STREQUAL "true")
|
|
||||||
target_compile_definitions(feather PRIVATE DRONE=1)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
|
if (NOT CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||||
target_compile_definitions(feather PRIVATE QT_NO_DEBUG=1)
|
target_compile_definitions(feather PRIVATE QT_NO_DEBUG=1)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
HASH="$1"
|
HASH="$1"
|
||||||
echo "[+] hash: $HASH"
|
echo "[+] hash: $HASH"
|
||||||
|
|
||||||
export DRONE=true
|
|
||||||
echo "[+] Building"
|
echo "[+] Building"
|
||||||
|
|
||||||
rm ~/feather.zip 2>&1 >/dev/null
|
rm ~/feather.zip 2>&1 >/dev/null
|
||||||
|
|
Loading…
Reference in a new issue