👷 trying doozer
This commit is contained in:
parent
baaa2a4d0f
commit
72dd6f349e
1 changed files with 14 additions and 0 deletions
14
.doozer.json
Normal file
14
.doozer.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"targets": {
|
||||
"xenial-amd64": {
|
||||
"buildenv": "xenial-amd64",
|
||||
"builddeps": ["build-essential"],
|
||||
"buildcmd": [
|
||||
"mkdir build",
|
||||
"cd build",
|
||||
"cmake ..",
|
||||
"make"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue