Trying to fix ci

This commit is contained in:
plutoo 2018-02-01 22:10:37 +01:00
parent d1e200f287
commit a1c46abc59

View File

@ -15,7 +15,8 @@
"[ ! -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}",
"git clone https://github.com/switchbrew/switch-examples && make -C switch_examples/"
"git clone --depth 1 https://github.com/switchbrew/switch-examples",
"DEVKITPRO=${DEVKITPATH} make -C switch_examples/"
]
}
}