summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-04-29 10:26:23 +0200
committerGitHub <noreply@github.com>2020-04-29 10:26:23 +0200
commit34194ff981f609f501897a640ec11891ec841bf6 (patch)
tree3e77760406a68c0f09f2eefee0ea3ede12cf976d /.appveyor.yml
parenthaha re3 goes librrrrrrrrrw (diff)
parentpremake stuff (diff)
downloadre3-34194ff981f609f501897a640ec11891ec841bf6.tar
re3-34194ff981f609f501897a640ec11891ec841bf6.tar.gz
re3-34194ff981f609f501897a640ec11891ec841bf6.tar.bz2
re3-34194ff981f609f501897a640ec11891ec841bf6.tar.lz
re3-34194ff981f609f501897a640ec11891ec841bf6.tar.xz
re3-34194ff981f609f501897a640ec11891ec841bf6.tar.zst
re3-34194ff981f609f501897a640ec11891ec841bf6.zip
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml13
1 files changed, 5 insertions, 8 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index a1b526be..5c6d3aa5 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -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