Make sure we build the GL demo as well

This commit is contained in:
Matthew Leibowitz 2016-08-19 00:49:46 +02:00
Родитель f7ba173e33
Коммит bc0d0892cc
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -891,6 +891,12 @@ Task ("samples")
c.Configuration = "Release";
c.Properties ["Platform"] = new [] { "x86" };
});
RunNuGetRestore ("./samples/Skia.WindowsDesktop.GLDemo/Skia.WindowsDesktop.GLDemo.sln");
DotNetBuild ("./samples/Skia.WindowsDesktop.GLDemo/Skia.WindowsDesktop.GLDemo.sln", c => {
c.Configuration = "Release";
c.Properties ["Platform"] = new [] { "x86" };
});
});
////////////////////////////////////////////////////////////////////////////////////////////////////