forked from mcandre/rez
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnek.yaml
30 lines (30 loc) · 1.05 KB
/
snek.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
build_command: "make clean-cmake; make"
images:
- "mcandre/snek:aarch64-linux-gnu"
- "mcandre/snek:arm-linux-gnueabi"
- "mcandre/snek:arm-linux-gnueabihf"
- "mcandre/snek:arm64-apple-darwin"
- "mcandre/snek:i686-pc-linux-gnu"
- "mcandre/snek:i686-w64-mingw32-posix"
- "mcandre/snek:i686-w64-mingw32-win32"
- "mcandre/snek:m68k-linux-gnu"
- "mcandre/snek:mips-linux-gnu"
- "mcandre/snek:mips64-linux-gnuabi64"
- "mcandre/snek:mips64el-linux-gnuabi64"
- "mcandre/snek:mipsel-linux-gnu"
- "mcandre/snek:mipsisa32r6-linux-gnu"
- "mcandre/snek:mipsisa32r6el-linux-gnu"
- "mcandre/snek:mipsisa64r6-linux-gnuabi64"
- "mcandre/snek:mipsisa64r6el-linux-gnuabi64"
- "mcandre/snek:powerpc-linux-gnu"
- "mcandre/snek:powerpc64-linux-gnu"
- "mcandre/snek:powerpc64le-linux-gnu"
- "mcandre/snek:riscv64-linux-gnu"
- "mcandre/snek:s390x-linux-gnu"
- "mcandre/snek:sparc64-linux-gnu"
- "mcandre/snek:x86_64-alpine-linux-musl"
- "mcandre/snek:x86_64-apple-darwin"
- "mcandre/snek:x86_64-pc-linux-gnu"
- "mcandre/snek:x86_64-w64-mingw32-posix"
- "mcandre/snek:x86_64-w64-mingw32-win32"