From 6ecd006d09f71e081b474941d707683e9641aef4 Mon Sep 17 00:00:00 2001 From: Username404 Date: Sun, 10 Apr 2022 12:41:04 +0200 Subject: [PATCH] Add a list of required compilers to the Jenkinsfile Signed-off-by: Username404 --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index 557824f..b93c81a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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.