From d1e200f287b41104c4ee4ebfc670874435239641 Mon Sep 17 00:00:00 2001 From: plutoo Date: Thu, 1 Feb 2018 22:06:21 +0100 Subject: [PATCH] Build switch-examples --- .doozer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.doozer.json b/.doozer.json index d90f7f58..a2b4182b 100644 --- a/.doozer.json +++ b/.doozer.json @@ -14,7 +14,8 @@ "buildcmd": [ "[ ! -d ${DEVKITPATH} ] && (rm -rf ${DEVKITPATH} && mkdir ${DEVKITPATH} && wget -O /tmp/devkita64.7z ${DEVKITURL} && cd ${DEVKITPATH} && 7z x -y /tmp/devkita64.7z) || /bin/true", - "DEVKITPRO=${DEVKITPATH} make -j${PARALLEL}" + "DEVKITPRO=${DEVKITPATH} make -j${PARALLEL}", + "git clone https://github.com/switchbrew/switch-examples && make -C switch_examples/" ] } }