diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0b76e0..61ff769 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -123,13 +123,13 @@ build_cmake_windows: - 7za x cmake-3.15.0-rc1-win64-x64.zip - wget 'https://gitlab.com/Mr_Goldberg/goldberg_emulator/uploads/0119304e030098b4821d73170fe52084/protobuf_x64-windows-static.7z' - 7za x protobuf_x64-windows-static.7z -oprotobuf_x64-windows-static + - ./download_glew.sh script: - export WINEDEBUG=-all - wine cmd /c - mkdir cmake-builds && cd cmake-builds - mkdir x64-release && cd x64-release - - ../download_glew.sh - echo call .\\..\\..\\sdk_standalone\\set_vars64.bat >> cmake-build.bat - echo .\\..\\..\\cmake-3.15.0-rc1-win64-x64\\bin\\cmake.exe ..\\.. -G \"NMake Makefiles\" -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" -DNO_OVERLAY=ON -DCMAKE_PREFIX_PATH="protobuf_x64-windows-static" -DProtobuf_PROTOC_EXECUTABLE:STRING="./../../protobuf_x64-windows-static/tools/protobuf/protoc.exe" >> cmake-build.bat - echo nmake.exe >> cmake-build.bat