From 5d448a10488d2edc88ac2479abcaf485e6e9a507 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Mon, 24 May 2021 19:28:05 +0100 Subject: [PATCH] remove broken doozer builds --- .doozer.json | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .doozer.json 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" - } - }] - } - } -}