Merge branch 'tyrav2-develop' into tyrav2-static-dynamic-pipelines
This commit is contained in:
+2
-2
@@ -18,7 +18,7 @@
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "1. Copy source code to docker volume",
|
||||
"command": "docker exec -t tyra-compiler sh -c 'rsync -ac --delete --exclude \".git\" --exclude \"docs\" --exclude \".vscode\" --exclude \"tools\" --exclude \"*obj*/**\" --exclude \"*bin*/**\" /host/ /src/'"
|
||||
"command": "docker exec -t tyra-compiler sh -c 'rsync -ac --delete --exclude \".git\" --exclude \"docs\" --exclude \".vscode\" --exclude \"tools\" --exclude \"obj\" --exclude \"bin\" /host/ /src/'"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
@@ -34,7 +34,7 @@
|
||||
{
|
||||
"type": "shell",
|
||||
"label": "3. Copy binaries to host",
|
||||
"command": "docker exec -t tyra-compiler sh -c 'rsync -zac --include=\"*/\" --include=\"*bin*/**\" --exclude=\"*\" /src/ /host/'",
|
||||
"command": "docker exec -t tyra-compiler sh -c 'rsync -zac --include=\"*/\" --include=\"bin/**\" --exclude=\"*\" /src/ /host/'"
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
|
||||
+1
-1
@@ -48,7 +48,7 @@ remake: cleaner all
|
||||
|
||||
#Copy Resources from Resources Directory to Target Directory
|
||||
resources: directories
|
||||
@cp $(RESDIR)/* $(TARGETDIR)/ || true
|
||||
@cp -r $(RESDIR)/* $(TARGETDIR)/ || true
|
||||
|
||||
#Make the Directories
|
||||
directories:
|
||||
|
||||
Reference in New Issue
Block a user