mirror of
https://github.com/86Box/86Box.git
synced 2026-02-21 17:15:32 -07:00
Jenkins: Don't include mdsx .a if it's generated
This commit is contained in:
@@ -913,6 +913,7 @@ grep -qiE "^CMAKE_BUILD_TYPE:[^=]+=Debug" build/CMakeCache.txt && debug_args=DEB
|
||||
cd archive_tmp
|
||||
git clone --depth 1 "$(dirname "$git_repo")/mdsx.git" mdsx || exit 99
|
||||
make -C mdsx/src -j$(nproc) CC="$cc_binary" STRIP="$strip_binary" $debug_args || exit 99
|
||||
rm -f mdsx/src/*.a
|
||||
mv mdsx/src/mdsx.* . || exit 99
|
||||
rm -rf mdsx
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user