Add a reliable version and integrate libsonnet definition

This commit is contained in:
Thomas Boerger 2019-02-14 23:53:36 +01:00
commit b5e1a12f60
No known key found for this signature in database
GPG key ID: 09745AFF9D63C79B
6 changed files with 495 additions and 220 deletions

9
.drone.windows.jsonnet Normal file
View file

@ -0,0 +1,9 @@
local pipeline = import 'pipeline.libsonnet';
local name = 'drone-hugo';
[
pipeline.test('windows', 'amd64', '1803'),
pipeline.build(name, 'windows', 'amd64', '1803'),
pipeline.build(name, 'windows', 'amd64', '1809'),
pipeline.notifications('windows', 'amd64', '1809', ['windows-1803', 'windows-1809']),
]