diff --git a/.doozer.json b/.doozer.json deleted file mode 100644 index 8545aa03..00000000 --- a/.doozer.json +++ /dev/null @@ -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" - } - }] - } - } -}