mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
exclude release target from auto builds
This commit is contained in:
@@ -134,7 +134,7 @@ fi
|
|||||||
travis=$(list_envs | grep travis | sort)
|
travis=$(list_envs | grep travis | sort)
|
||||||
|
|
||||||
# get all taregts, excluding travis and debug
|
# get all taregts, excluding travis and debug
|
||||||
available=$(list_envs | grep -Ev -- 'travis|debug' | sort)
|
available=$(list_envs | grep -Ev -- 'travis|debug|release' | sort)
|
||||||
|
|
||||||
export PLATFORMIO_BUILD_FLAGS="${PLATFORMIO_BUILD_FLAGS}"
|
export PLATFORMIO_BUILD_FLAGS="${PLATFORMIO_BUILD_FLAGS}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user