mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
remove broken doozer builds
This commit is contained in:
parent
f47e1d26ec
commit
5d448a1048
34
.doozer.json
34
.doozer.json
@ -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"
|
|
||||||
}
|
|
||||||
}]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user