Skip to content

Commit ac4b474

Browse files
committed
Added creation of link to the latest build results
1 parent 8635cb1 commit ac4b474

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
Results/**/*
2-
*.trace
2+
*.trace
3+
Latest

run

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ on didFinish()
9696
end try
9797

9898
do shell script "mkdir Results/Build-" & (do shell script "date +'%Y.%m.%d-%H:%M:%S'" as string)
99+
do shell script "rm -rf Latest"
100+
do shell script "ln -s Results/Build-" & (do shell script "date +'%Y.%m.%d-%H:%M:%S'" as string) & " Latest"
99101
try
100102
do shell script "mv Results/Run* Results/Build-" & (do shell script "date +'%Y.%m.%d-%H:%M:%S'" as string) & "/"
101103
on error errMsg

0 commit comments

Comments
 (0)