mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-16 13:40:34 +00:00
premake stuff
This commit is contained in:
parent
b32eedc230
commit
d5256f74e5
2 changed files with 102 additions and 95 deletions
|
@ -3,24 +3,21 @@ image: Visual Studio 2019
|
|||
configuration:
|
||||
- Debug
|
||||
- Release
|
||||
platform: Win32
|
||||
platform:
|
||||
- win-x86-librw_d3d9-mss
|
||||
environment:
|
||||
APPVEYOR_SAVE_CACHE_ON_ERROR: true
|
||||
install:
|
||||
- cmd: >-
|
||||
git submodule update --init --recursive
|
||||
|
||||
copy premake5.exe "librw/premake5.exe"
|
||||
|
||||
cd "librw" && premake5 vs2019 && msbuild "build/librw.sln" /property:Configuration=%CONFIGURATION% /property:Platform="win-x86-d3d9"
|
||||
|
||||
cd "%APPVEYOR_BUILD_FOLDER%" && premake5 vs2019
|
||||
premake5 vs2019
|
||||
|
||||
build:
|
||||
project: build/re3.sln
|
||||
verbosity: minimal
|
||||
artifacts:
|
||||
- path: bin/%CONFIGURATION%/re3.exe
|
||||
- path: bin/%PLATFORM%/%CONFIGURATION%/re3.exe
|
||||
name: re3.exe
|
||||
- path: bin/%CONFIGURATION%/re3.pdb
|
||||
- path: bin/%PLATFORM%/%CONFIGURATION%/re3.pdb
|
||||
name: re3.pdb
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue