Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Budd <mjbudd77@gmail.com>2020-06-16 16:47:28 +0300
committerMatthew Budd <mjbudd77@gmail.com>2020-06-16 16:47:28 +0300
commitfcf2135426bae005fa04cbcef037e75d317ee677 (patch)
tree893b05b83628900c1ab455ab148342555a322534 /appveyor.yml
parent968c15f0f76761207610810c00df65d81201df04 (diff)
win32 build packaging pathing fixes.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7690b758..a83085a7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,6 +5,8 @@ image:
#- Ubuntu1804
build_script:
- cmd: msbuild "./vc/vc14_fceux.sln"
-- cmd: ./vc/archive.bat
-- cmd: appveyor PushArtifact ./vc/fceux.zip
+- cmd: cd vc
+- cmd: archive.bat
+- cmd: cd ..
+- cmd: appveyor PushArtifact "./vc/fceux.zip"
- sh: ./pipelines/linux_build.sh