update build
This commit is contained in:
parent
f8d84d5237
commit
6ad6f19600
@ -17,6 +17,7 @@ A utility to compile & decompile IW engine game scripts.
|
||||
- **T4** *(Call of Duty: World at War)* ***\*WIP\****
|
||||
- **T5** *(Call of Duty: Black Ops)* ***\*WIP\****
|
||||
- **T6** *(Call of Duty: Black Ops II)*
|
||||
- **T6** *(Call of Duty: Black Ops III)* ***\*WIP\****
|
||||
## Usage
|
||||
``./gsc-tool.exe <mode> <game> <path>``
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
version: 1.0.{build}
|
||||
skip_tags: true
|
||||
image: Visual Studio 2019
|
||||
image: Visual Studio 2022
|
||||
configuration: Release
|
||||
platform: x64
|
||||
before_build:
|
||||
- git submodule update --init --recursive
|
||||
- ps: tools\windows\premake5.exe vs2019
|
||||
- ps: tools\windows\premake5.exe vs2022
|
||||
build:
|
||||
project: build/gsc-tool.sln
|
||||
verbosity: minimal
|
||||
|
@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
git submodule update --init --recursive
|
||||
tools\windows\premake5.exe vs2019
|
||||
tools\windows\premake5.exe vs2022
|
||||
|
Loading…
Reference in New Issue
Block a user