mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Generate Doxygen files and upload to gh-pages branch
This commit is contained in:
parent
4efcc5b439
commit
e8683f8709
22
.doozer.json
22
.doozer.json
@ -18,6 +18,28 @@
|
|||||||
"git clone --depth 1 https://github.com/switchbrew/switch-examples",
|
"git clone --depth 1 https://github.com/switchbrew/switch-examples",
|
||||||
"DEVKITPRO=${DEVKITPATH} make -C switch-examples/"
|
"DEVKITPRO=${DEVKITPATH} make -C switch-examples/"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
|
||||||
|
"docs": {
|
||||||
|
// Only invoke docs target when building from master branch
|
||||||
|
"branch": "master",
|
||||||
|
|
||||||
|
"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