mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 10:32:15 +02:00
use official devkitA64 docker image
This commit is contained in:
parent
02ff4915d9
commit
eb7584b0ba
17
.doozer.json
17
.doozer.json
@ -1,22 +1,19 @@
|
||||
{
|
||||
"targets": {
|
||||
"lib": {
|
||||
"buildenv": "xenial-amd64",
|
||||
"builddeps": [
|
||||
"wget", "p7zip-full", "build-essential", "git"
|
||||
],
|
||||
"buildenv": "docker:devkitpro/devkita64",
|
||||
|
||||
"environment": {
|
||||
"DEVKITPATH": "/project/devkitA64_a6",
|
||||
"DEVKITURL": "https://downloads.sourceforge.net/project/devkitpro/devkitA64/alpha6/devkitA64_a6-x86_64-linux.7z"
|
||||
"DEVKITPRO": "/opt/devkitpro",
|
||||
},
|
||||
|
||||
"buildcmd": [
|
||||
"[ ! -d ${DEVKITPATH} ] && (rm -rf ${DEVKITPATH} && mkdir ${DEVKITPATH} && wget -O /tmp/devkita64.7z ${DEVKITURL} && cd ${DEVKITPATH} && 7z x -y /tmp/devkita64.7z) || /bin/true",
|
||||
"builddeps": ["sudo"],
|
||||
|
||||
"DEVKITPRO=${DEVKITPATH} make -j${PARALLEL} install",
|
||||
"buildcmd": [
|
||||
|
||||
"sudo -E make -j${PARALLEL} install",
|
||||
"git clone --depth 1 https://github.com/switchbrew/switch-examples",
|
||||
"DEVKITPRO=${DEVKITPATH} make -C switch-examples/"
|
||||
"make -C switch-examples/"
|
||||
]
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user