Skip to content
Snippets Groups Projects
Commit 38952028 authored by Alam Ed Arias's avatar Alam Ed Arias
Browse files

appveyor: let include the commit id

parent 343c8a94
No related branches found
No related tags found
No related merge requests found
......@@ -43,8 +43,8 @@ build_script:
- cmd: mingw32-make.exe -C src MINGW=1 WARNINGMODE=1 NOASM=1 NOUPX=1 GCC52=1 SDL=1 ERRORMODE=1
after_build:
- cmd: 7z a Build-{build}.7z bin\Mingw\Release -x!.gitignore
- appveyor PushArtifact Build-{build}.7z
- cmd: 7z a %APPVEYOR_REPO_BRANCH%-%APPVEYOR_REPO_COMMIT%.7z bin\Mingw\Release -x!.gitignore
- appveyor PushArtifact %APPVEYOR_REPO_BRANCH%-%APPVEYOR_REPO_COMMIT%.7z
test: off
......@@ -57,7 +57,7 @@ deploy:
secure: ejxi5mvk7oLYu7QtbYojajEPigMy0mokaKhuEVuDZcA=
password:
secure: Hbn6Uy3lT0YZ88yFJ3aW4w==
folder: {branch}
folder: appveyor
application:
active_mode: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment