feat(CI): C++20 build (#8952)

This commit is contained in:
Francesco Borzì
2021-11-05 08:58:17 +01:00
committed by GitHub
parent c91959bba9
commit dd79b7f63f
4 changed files with 62 additions and 2 deletions

View File

@@ -19,6 +19,10 @@ DB_AUTH_CONF="MYSQL_USER='root'; MYSQL_PASS='root'; MYSQL_HOST='localhost';"
DB_WORLD_CONF="MYSQL_USER='root'; MYSQL_PASS='root'; MYSQL_HOST='localhost';"
CONFIG_SH
if [[ $ENABLE_CPP_20 -eq 1 ]]; then
echo "CUSE_CPP_20=ON" >> ./conf/config.sh
fi
case $COMPILER in
# this is in order to use the "default" gcc version of the OS, without forcing a specific version