use template

This commit is contained in:
2023-08-04 19:34:51 +02:00
parent 58fa315338
commit 83d8b2cba5
18 changed files with 379 additions and 20 deletions

15
envs.ini Normal file
View File

@ -0,0 +1,15 @@
; Add additionnal environments in this file
; Default production environment
[env:prod]
; Debug environemnt
[env:debug]
build_type = debug
; Example additionnal env
; [env:example]
; ; note: keep the `${env.build_flags}` to includes others build flags
; build_flags = ${env.build_flags}
; -D POUET