File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ environment:
55 matrix :
66 - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019 # used as mingw
77 GENERATOR : " Ninja"
8- # CC: C:/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc.exe
9- # CXX: C:/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/g++.exe
108 CC : C:/msys64/mingw64/bin/gcc.exe
119 CXX : C:/msys64/mingw64/bin/g++.exe
1210
@@ -16,7 +14,6 @@ environment:
1614 - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2022
1715 GENERATOR : " Ninja"
1816 VCVARSALL : " C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Auxiliary/Build/vcvarsall.bat"
19- # VCVARSALL: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Auxiliary/Build/vcvarsall.bat"
2017 PLATFORM : x64
2118
2219 - APPVEYOR_BUILD_WORKER_IMAGE : Ubuntu2004
@@ -100,9 +97,9 @@ after_build:
10097
10198 if($IsWindows) {
10299 echo gothic-win64-v$env:appveyor_build_version | Out-File "VERSION" -Encoding utf8
103- cp "C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0 \mingw64\bin\libgcc_s_seh-1.dll" "libgcc_s_seh-1.dll"
104- cp "C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0 \mingw64\bin\libstdc++-6.dll" "libstdc++-6.dll"
105- cp "C:\mingw-w64\x86_64-8.1.0-posix-seh-rt_v6-rev0 \mingw64\bin\libwinpthread-1.dll" "libwinpthread-1.dll"
100+ cp "C:\msys64 \mingw64\bin\libgcc_s_seh-1.dll" "libgcc_s_seh-1.dll"
101+ cp "C:\msys64 \mingw64\bin\libstdc++-6.dll" "libstdc++-6.dll"
102+ cp "C:\msys64 \mingw64\bin\libwinpthread-1.dll" "libwinpthread-1.dll"
106103
107104 $NAME = 'opengothic_win.zip'
108105 7z a $NAME VERSION
You can’t perform that action at this time.
0 commit comments