]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Build: remove DRONE
authortobtoht <thotbot@protonmail.com>
Tue, 31 May 2022 20:10:30 +0000 (22:10 +0200)
committertobtoht <thotbot@protonmail.com>
Tue, 31 May 2022 20:10:30 +0000 (22:10 +0200)
CMakeLists.txt
src/CMakeLists.txt
utils/build_macos.sh

index e5729856fb46f7e888ed89fef7a5a7c180d89161..e4438190311e225908570bafea7c3d95af1500cd 100644 (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/
index 651b96330a8ec17dac1eaea125691de6bbd86bae..14157e6a0f7bd9f57c7a6b6254e5afa2b01d73f4 100644 (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()
index bf58960735dad5104ff6d2e790e101ddc5fb2510..41399c3f8d8317c8a54c78f1a8fa1194657f56b2 100644 (file)
@@ -3,7 +3,6 @@
 HASH="$1"
 echo "[+] hash: $HASH"
 
-export DRONE=true
 echo "[+] Building"
 
 rm ~/feather.zip 2>&1 >/dev/null