Add CI build target
This commit is contained in:
parent
a776d967ac
commit
f270898254
11
build.fsx
11
build.fsx
|
@ -94,6 +94,13 @@ Target.create "RepackageLinux" (fun _ ->
|
|||
|
||||
Target.create "All" ignore
|
||||
|
||||
Target.create "RemoveThemeArchives" (fun _ ->
|
||||
Shell.rm $"{releasePath}/admin.zip"
|
||||
Shell.rm $"{releasePath}/default.zip"
|
||||
)
|
||||
|
||||
Target.create "CI" ignore
|
||||
|
||||
"Clean"
|
||||
==> "All"
|
||||
|
||||
|
@ -129,4 +136,8 @@ Target.create "All" ignore
|
|||
==> "RepackageLinux"
|
||||
==> "All"
|
||||
|
||||
"All"
|
||||
==> "RemoveThemeArchives"
|
||||
==> "CI"
|
||||
|
||||
Target.runOrDefault "All"
|
||||
|
|
Loading…
Reference in New Issue
Block a user