Skip to content

Commit

Permalink
Generate Doxygen files and upload to gh-pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
andoma committed Feb 13, 2018
1 parent 4efcc5b commit e8683f8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .doozer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,28 @@
"git clone --depth 1 https://github.com/switchbrew/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"
}
}]
}
}
}

0 comments on commit e8683f8

Please sign in to comment.