mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 13:02:38 +02:00
Trying to fix ci
This commit is contained in:
parent
d1e200f287
commit
a1c46abc59
@ -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",
|
"[ ! -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/"
|
"git clone --depth 1 https://github.com/switchbrew/switch-examples",
|
||||||
|
"DEVKITPRO=${DEVKITPATH} make -C switch_examples/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user