Jenkinsfile: Add an "Optional Tools" section to the comment
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
c18e642903
commit
8923bdb12e
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -28,6 +28,9 @@ final String windowsSuffix = '-windows'
|
|||||||
- Musl cross-compiling toolchains (archives ending in "-cross" from https://musl.cc/#binaries) for x86_64, i686, armel, armhf and aarch64, unzipped into /usr/, along with soft links from /usr/bin/ to the binaries
|
- Musl cross-compiling toolchains (archives ending in "-cross" from https://musl.cc/#binaries) for x86_64, i686, armel, armhf and aarch64, unzipped into /usr/, along with soft links from /usr/bin/ to the binaries
|
||||||
- Emscripten Clang (https://github.com/emscripten-core/emsdk) in /usr/share/
|
- Emscripten Clang (https://github.com/emscripten-core/emsdk) in /usr/share/
|
||||||
- MinGW32 G++/Clang (https://github.com/mstorsjo/llvm-mingw) for x86_64, i686, armhf and aarch64, (unzip the content of the folder in the tar.xz file) in /usr/, along with soft links from /usr/bin/ to the binaries
|
- MinGW32 G++/Clang (https://github.com/mstorsjo/llvm-mingw) for x86_64, i686, armhf and aarch64, (unzip the content of the folder in the tar.xz file) in /usr/, along with soft links from /usr/bin/ to the binaries
|
||||||
|
Optional Tools:
|
||||||
|
- Ninja
|
||||||
|
- UPX (the devel branch is required because of a bug which is not fixed in the 3.96 version)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
|
Loading…
Reference in New Issue
Block a user