VERSIÓ 2.1.0:
- [NEW] Afegit Makefile para mayor comodidad de los usuarios (linux, windows i macos)
- [NEW] El lagueirtofile adjunt pot recompilar lagueirto amb el propi lagueirto
- [NEW] Nova opció "compiler" per a especificar qué usar per a compilar ("g++", "clang++"...)
- [NEW] Compilació paralela amb threads (autodetecció de nombre de threads óptim)
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ set -e
|
||||
# exit 1
|
||||
#fi
|
||||
|
||||
GITEA_TOKEN="eb44d9c0142f5038c61c5afd17f5a41177bfaedc"
|
||||
#GITEA_TOKEN=""
|
||||
|
||||
if [ -z "$GITEA_TOKEN" ]; then
|
||||
echo "ERROR: Debes exportar GITEA_TOKEN"
|
||||
|
||||
Reference in New Issue
Block a user