Skip to content
Snippets Groups Projects
Commit f6752ef4 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Include gtkutils in Linux nightly builds.

parent ff21b24b
No related branches found
No related tags found
No related merge requests found
...@@ -75,6 +75,7 @@ if(platform=="win32") { ...@@ -75,6 +75,7 @@ if(platform=="win32") {
" --exclude=3rdp/win32.release" + " --exclude=3rdp/win32.release" +
" --exclude-vcs" + " --exclude-vcs" +
" --exclude-vcs-ignores" + " --exclude-vcs-ignores" +
" --dereference" +
" -czvf " + archive + " *"; " -czvf " + archive + " *";
cleanup="rm -r -f " cleanup="rm -r -f "
} }
...@@ -101,7 +102,8 @@ if(platform=="win32") { ...@@ -101,7 +102,8 @@ if(platform=="win32") {
builds.push(["src/sbbs3/useredit" ,"build.bat" builds.push(["src/sbbs3/useredit" ,"build.bat"
,"> " + build_output]); ,"> " + build_output]);
} else { /* Unix */ } else { /* Unix */
builds.push(["src/sbbs3" ,"make RELEASE=1" ,"2> " + build_output]); builds.push(["src/sbbs3" ,"make RELEASE=1 all" ,"2> " + build_output]);
builds.push(["src/sbbs3" ,"make RELEASE=1 gtkutils" ,"2> " + build_output]);
} }
var win32_dist var win32_dist
...@@ -319,7 +321,7 @@ function send_email(subject, body, priority) ...@@ -319,7 +321,7 @@ function send_email(subject, body, priority)
var hdr = { var hdr = {
from: "Synchronet testbuild.js", from: "Synchronet testbuild.js",
subject: subject, subject: subject || (system.platform + " build failure"),
priority: priority priority: priority
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment