Add a list of required compilers to the Jenkinsfile
Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
parent
7b8f4fc6c4
commit
6ecd006d09
|
@ -19,6 +19,10 @@ final String windowsSuffix = '-windows'
|
|||
- CMake
|
||||
- Sidebar Link
|
||||
- Workspace Cleanup
|
||||
Required Compilers:
|
||||
- G++ for x86_64, i686, armel, armhf, aarch64 and riscv64
|
||||
- Emscripten Clang (https://github.com/emscripten-core/emsdk)
|
||||
- MinGW32 G++/Clang (https://github.com/mstorsjo/llvm-mingw) for x86_64, i686, armhf and aarch64
|
||||
*/
|
||||
|
||||
pipeline { // Multi-branch pipeline script for Yerbacon.
|
||||
|
|
Loading…
Reference in New Issue