mirror of
https://git.suyu.dev/suyu/ci-docker.git
synced 2025-12-22 05:46:05 +01:00
Initial working Windows building CI
This commit is contained in:
parent
7f52da56f9
commit
f9dbd4058c
4 changed files with 11 additions and 6 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
BIN
windows-libs.7z
(Stored with Git LFS)
Normal file
BIN
windows-libs.7z
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
windows.reg
BIN
windows.reg
Binary file not shown.
13
windows.sh
13
windows.sh
|
|
@ -40,11 +40,12 @@ popd > /dev/null
|
||||||
rm *.zip
|
rm *.zip
|
||||||
|
|
||||||
# Install LLVM toolchain
|
# Install LLVM toolchain
|
||||||
echo " -- Installing LLVM toolchain"
|
#echo " -- Installing LLVM toolchain"
|
||||||
wget -q https://github.com/mstorsjo/llvm-mingw/releases/download/20240308/llvm-mingw-20240308-msvcrt-x86_64.zip
|
#wget -q https://github.com/mstorsjo/llvm-mingw/releases/download/20240308/llvm-mingw-20240308-msvcrt-x86_64.zip
|
||||||
unzip -q *.zip
|
#unzip -q *.zip
|
||||||
rm *.zip
|
#rm *.zip
|
||||||
mv llvm-mingw-*-x86_64 llvm
|
#mv llvm-mingw-*-x86_64 llvm
|
||||||
|
#ln -sf "$(pwd)"/llvm/bin/ld.lld llvm/bin/ld
|
||||||
|
|
||||||
# Install registry file
|
# Install registry file
|
||||||
echo " -- Updating PATH environment variable"
|
echo " -- Updating PATH environment variable"
|
||||||
|
|
@ -56,7 +57,7 @@ echo " -- Tools installed:"
|
||||||
echo -n " - " ; wine cmake.exe --version | head -1
|
echo -n " - " ; wine cmake.exe --version | head -1
|
||||||
echo -n " - " ; wine ccache.exe --version | head -1
|
echo -n " - " ; wine ccache.exe --version | head -1
|
||||||
echo -n " - Ninja " ; wine ninja.exe --version
|
echo -n " - Ninja " ; wine ninja.exe --version
|
||||||
echo -n " - " ; wine clang.exe --version | head -1
|
#echo -n " - " ; wine clang.exe --version | head -1
|
||||||
|
|
||||||
# Unpack out-of-tree dependencies
|
# Unpack out-of-tree dependencies
|
||||||
echo " --- Unpacking out-of-tree dependencies"
|
echo " --- Unpacking out-of-tree dependencies"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue