remove broken doozer builds

This commit is contained in:
Dave Murphy 2021-05-24 19:28:05 +01:00
parent f47e1d26ec
commit 5d448a1048

View File

@ -1,34 +0,0 @@
{
"targets": {
"lib": {
"buildenv": "docker:devkitpro/devkita64",
"buildcmd": [
"sudo -E make -j${PARALLEL} -C nx install"
]
},
"docs": {
// This target build and upload docs and will be trigged from doozer's CD script
"auto": false,
"buildenv": "xenial-amd64",
"builddeps": [
"doxygen"
],
"buildcmd": [
"cd nx", "doxygen"
],
"artifacts": [{
"source": "nx/docs/html",
"destination": {
"type": "git",
"branch": "gh-pages"
}
}]
}
}
}