mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
Doozer CI build
This commit is contained in:
parent
3faa6e8325
commit
0490fff51d
21
.doozer.json
Normal file
21
.doozer.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"targets": {
|
||||
"lib": {
|
||||
"buildenv": "xenial-amd64",
|
||||
"builddeps": [
|
||||
"wget", "p7zip-full", "build-essential"
|
||||
],
|
||||
|
||||
"environment": {
|
||||
"DEVKITPATH": "/project/devkitA64_a5",
|
||||
"DEVKITURL": "https://downloads.sourceforge.net/project/devkitpro/devkitA64/alpha5/devkitA64_a5-x86_64-linux.7z"
|
||||
},
|
||||
|
||||
"buildcmd": [
|
||||
"[ ! -d ${DEVKITPATH} ] && (rm -rf ${DEVKITPATH} && mkdir ${DEVKITPATH} && wget -O /tmp/devkita64.7z ${DEVKITURL} && cd ${DEVKITPATH} && 7z x -y /tmp/devkita64.7z) || /bin/true",
|
||||
|
||||
"DEVKITA64=${DEVKITPATH}/devkitA64 make"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user