diff --git a/.doozer.json b/.doozer.json new file mode 100644 index 00000000..67012d8d --- /dev/null +++ b/.doozer.json @@ -0,0 +1,9 @@ +{ + "targets": { + "xenial-amd64": { + "buildenv": "xenial-amd64", + "builddeps": ["build-essential"], + "buildcmd": ["make check"] + } + } +}