summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-05-05 20:46:00 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-05-05 20:46:00 +0200
commitf0896ceba7c65d1d77191d2108ffa946f7c20cbe (patch)
tree6132df96d704ffdf7a04508e2718b76b8070e485 /.appveyor.yml
parentscript stuff (diff)
parentFix appveyour (diff)
downloadre3-f0896ceba7c65d1d77191d2108ffa946f7c20cbe.tar
re3-f0896ceba7c65d1d77191d2108ffa946f7c20cbe.tar.gz
re3-f0896ceba7c65d1d77191d2108ffa946f7c20cbe.tar.bz2
re3-f0896ceba7c65d1d77191d2108ffa946f7c20cbe.tar.lz
re3-f0896ceba7c65d1d77191d2108ffa946f7c20cbe.tar.xz
re3-f0896ceba7c65d1d77191d2108ffa946f7c20cbe.tar.zst
re3-f0896ceba7c65d1d77191d2108ffa946f7c20cbe.zip
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 20adee80..ee25d578 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -27,13 +27,13 @@ install:
premake5 vs2019 --with-librw --glewdir=%APPVEYOR_BUILD_FOLDER%/%GLEW_BASE% --glfwdir=%APPVEYOR_BUILD_FOLDER%/%GLFW_BASE%
build:
- project: build/re3.sln
+ project: build/reVC.sln
verbosity: minimal
after_build:
-- 7z a "re3_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip" bin/%PLATFORM%/%CONFIGURATION%/re3.exe bin/%PLATFORM%/%CONFIGURATION%/re3.pdb
+- 7z a "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip" bin/%PLATFORM%/%CONFIGURATION%/re3.exe bin/%PLATFORM%/%CONFIGURATION%/re3.pdb
artifacts:
-- path: "re3_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip"
- name: re3
+- path: "reVC_%configuration%_%platform%_%APPVEYOR_BUILD_VERSION%.zip"
+ name: reVC
deploy:
- provider: BinTray
username: shfil119
@@ -43,7 +43,7 @@ deploy:
repo: re3
package: "%configuration%_%platform%"
version: "%APPVEYOR_BUILD_VERSION%"
- artifact: re3
+ artifact: reVC
publish: true
on:
branch: master