update con copia immagini + separazione script
This commit is contained in:
+10
-3
@@ -41,24 +41,31 @@ variables:
|
||||
echo "lua53 -o 64\LuaLibs\$FileName LuaLibs\$FileName"
|
||||
}
|
||||
|
||||
# helper copia script verso cartella di rete R:\ delel cartelle 32 e 64
|
||||
# helper copia script verso cartella di rete R:\ delle cartelle 32 e 64
|
||||
.ReplicaCompiled: &ReplicaCompiled
|
||||
- |
|
||||
net use R: \\10.74.82.50\EgtTech /u:10.74.82.50\server Dossena
|
||||
ROBOCOPY /MIR 32 R:\EgtData\Beam\32
|
||||
ROBOCOPY /MIR 64 R:\EgtData\Beam\64
|
||||
SLEEP 3
|
||||
net use R: /delete
|
||||
|
||||
# helper copia immagini in subfolder 32 e 64
|
||||
.CopyImages: &CopyImages
|
||||
- |
|
||||
ROBOCOPY /MIR Images 32\Images
|
||||
ROBOCOPY /MIR Images 64\Images
|
||||
|
||||
stages:
|
||||
- build
|
||||
|
||||
|
||||
LuaCompile:build:
|
||||
stage: build
|
||||
tags:
|
||||
- win
|
||||
before_script:
|
||||
- *CopyImages
|
||||
script:
|
||||
- *LuaCompile32
|
||||
- *LuaCompile64
|
||||
after_script:
|
||||
- *ReplicaCompiled
|
||||
Reference in New Issue
Block a user