diff --git a/AyonBuild.py b/AyonBuild.py index 2a78c3d..806c3f1 100644 --- a/AyonBuild.py +++ b/AyonBuild.py @@ -59,6 +59,7 @@ "Run Cmake Config Commmand", Cmake.cmake_command, AyonCppApiPrj, + None, "-S", ".", "-B", @@ -72,6 +73,7 @@ "Run Cmake Build Command", Cmake.cmake_command, AyonCppApiPrj, + None, "--build", "build", "--config", @@ -81,11 +83,12 @@ "Run Cmake Install Command", Cmake.cmake_command, AyonCppApiPrj, + None, "--install", "build", ), ) -BuildStage.addArtefactFoulder("bin") +BuildStage.addArtefactFolder("bin") AyonCppApiPrj.add_stage(BuildStage) @@ -99,7 +102,7 @@ AyonCppApiPrj, ), ) -DoxyGenStage.addArtefactFoulder("Docs/html") +DoxyGenStage.addArtefactFolder("Docs/html") AyonCppApiPrj.add_stage(DoxyGenStage) @@ -112,6 +115,7 @@ def startTestApp(): "bin/AyonCppApiGtestMain", f"{AyonCppApiPrj._build_artefacts_out_path}/GTest/Test.xml", AyonCppApiPrj, + None, ) @@ -196,8 +200,8 @@ def stopTestServer(): Project.Func("Run GBench Batch Bench", runBatchBench), Project.Func("Run GBench All Benchmark's", runAllBench), ) -BenchStage.addArtefactFoulder("bin/profBatch.json") -BenchStage.addArtefactFoulder("bin/profSerial.json") +BenchStage.addArtefactFolder("bin/profBatch.json") +BenchStage.addArtefactFolder("bin/profSerial.json") AyonCppApiPrj.add_stage(BenchStage) diff --git a/ayon_automator b/ayon_automator index 309fccc..c713f48 160000 --- a/ayon_automator +++ b/ayon_automator @@ -1 +1 @@ -Subproject commit 309fccccd81826064e2b595c44ee815c2d40f29f +Subproject commit c713f48ba0099158bad034a91b36cb025b72fc15