Commit e05bc232 authored by nanahira's avatar nanahira

fix

parent af0c909c
Pipeline #34099 failed with stages
in 1 minute and 46 seconds
......@@ -99,18 +99,16 @@ build_wasm:
- copy premake\dll.lua dll.lua
- '.\premake5.exe vs2019 --file=dll.lua'
- mkdir dist
script:
- cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" build\ocgcoredll.sln /t:Build /p:"Configuration=Release;Platform=Win32"'
- mkdir dist\x32
- copy build\bin\x32\Release\ocgcore.dll dist\x32\ocgcore.dll
artifacts:
paths:
- dist
build_windows_x32:
extends: .build_windows
tags:
- windows
script:
- cmd /c '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\msbuild.exe" build\ocgcoredll.sln /t:Build /p:"Configuration=Release;Platform=Win32"'
- mkdir dist\x32
- copy build\bin\x32\Release\ocgcore.dll dist\x32\ocgcore.dll
build_windows_x64:
extends: .build_windows
......@@ -138,6 +136,7 @@ build_macos_m1:
- macos-m1
variables:
BUILD_TYPE: arm64
DIST_PATH: build/bin/arm64/Release
MAC_ARM: '1'
build_macos:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment