Fix esecuzione SOLO in master + fix ini in 63bit
This commit is contained in:
+3
-3
@@ -42,8 +42,8 @@ variables:
|
||||
$FileList = Get-ChildItem("*.ini")
|
||||
ForEach ($File in $FileList) {
|
||||
$FileName = Split-Path $File -leaf
|
||||
Copy-Item -Path $FileName -Destination 32\$FileName
|
||||
echo "Copy-Item -Path $FileName -Destination 32\$FileName"
|
||||
Copy-Item -Path $FileName -Destination 64\$FileName
|
||||
echo "Copy-Item -Path $FileName -Destination 64\$FileName"
|
||||
}
|
||||
echo "Copia file *.lua"
|
||||
$FileList = Get-ChildItem("*.lua")
|
||||
@@ -88,7 +88,7 @@ stages:
|
||||
|
||||
LuaCompile:build:
|
||||
stage: build
|
||||
except:
|
||||
only:
|
||||
- main
|
||||
- master
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user