Skip to content
Snippets Groups Projects

Build add build branches and clean macos dmg

Merged Remi Perenon requested to merge build-add_build_branches_and_clean_macos_dmg into develop
15 files
+ 30
57
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -6,3 +6,7 @@ export PYTHONEXE=/usr/bin/python
export SED_I_COMMAND=(sed -i)
# Define colors
export RED="\\033[1;31m"
export BLUE="\\033[1;34m"
export NORMAL="\\033[0m"
Loading