Explorar o código

don't generate API docs

Simon Krajewski %!s(int64=7) %!d(string=hai) anos
pai
achega
ea1946a963
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      tests/RunCi.hx

+ 5 - 5
tests/RunCi.hx

@@ -688,10 +688,10 @@ class RunCi {
 			if (doDocs) {
 			if (doDocs) {
 				if (systemName != 'Windows') {
 				if (systemName != 'Windows') {
 					// generate doc
 					// generate doc
-					runCommand("make", ["-s", "install_dox"]);
-					runCommand("make", ["-s", "package_doc"]);
+					// runCommand("make", ["-s", "install_dox"]);
+					// runCommand("make", ["-s", "package_doc"]);
 					// deployBintray();
 					// deployBintray();
-					deployApiDoc();
+					// deployApiDoc();
 					// disable deployment to ppa:haxe/snapshots for now
 					// disable deployment to ppa:haxe/snapshots for now
 					// because there is no debian sedlex package...
 					// because there is no debian sedlex package...
 					// deployPPA();
 					// deployPPA();
@@ -700,8 +700,8 @@ class RunCi {
 			if (doNightlies) {
 			if (doNightlies) {
 				if (doInstaller && !doDocs && systemName != 'Windows') {
 				if (doInstaller && !doDocs && systemName != 'Windows') {
 					// generate doc
 					// generate doc
-					runCommand("make", ["-s", "install_dox"]);
-					runCommand("make", ["-s", "package_doc"]);
+					// runCommand("make", ["-s", "install_dox"]);
+					// runCommand("make", ["-s", "package_doc"]);
 				}
 				}
 				deployNightlies();
 				deployNightlies();
 			}
 			}