👷 trying doozer

This commit is contained in:
Niels Lohmann 2019-03-23 23:18:27 +01:00
parent baaa2a4d0f
commit 72dd6f349e
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

14
.doozer.json Normal file
View file

@ -0,0 +1,14 @@
{
"targets": {
"xenial-amd64": {
"buildenv": "xenial-amd64",
"builddeps": ["build-essential"],
"buildcmd": [
"mkdir build",
"cd build",
"cmake ..",
"make"
]
}
}
}