mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 06:19:59 +00:00
More work
This commit is contained in:
parent
12ee71e4f7
commit
003ac856c6
6 changed files with 270 additions and 155 deletions
|
@ -1,5 +1,5 @@
|
|||
version: 1.0.{build}
|
||||
image: Visual Studio 2019
|
||||
image: Visual Studio 2017
|
||||
configuration:
|
||||
- Debug
|
||||
- Release
|
||||
|
@ -10,7 +10,7 @@ install:
|
|||
- cmd: >-
|
||||
git submodule update --init --recursive
|
||||
|
||||
premake-vs2019.cmd
|
||||
premake-vs2017.cmd
|
||||
build:
|
||||
project: build/re3.sln
|
||||
verbosity: minimal
|
||||
|
@ -29,12 +29,10 @@ after_build:
|
|||
|
||||
$url = "$releases/download/$latestVersion/$name"
|
||||
|
||||
|
||||
Start-FileDownload $url -FileName 'C:\Ultimate-ASI-Loader.zip'
|
||||
|
||||
7z e c:\Ultimate-ASI-Loader.zip -oc:\Projects\re3\bin\${env:CONFIGURATION}
|
||||
|
||||
|
||||
cd "bin\${env:CONFIGURATION}"
|
||||
|
||||
copy re3.dll re3.asi
|
||||
|
@ -44,4 +42,4 @@ after_build:
|
|||
Get-ChildItem .\*.zip | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||
artifacts:
|
||||
- path: bin/%CONFIGURATION%/re3.dll
|
||||
name: re3.dll
|
||||
name: re3.dll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue