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

appveyor: add correct ccache folder to cache and add CONFIG to build archive

parent 6ee81f7b
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ environment: ...@@ -13,7 +13,7 @@ environment:
cache: cache:
- ccache.exe - ccache.exe
- C:\Users\appveyor\.ccache - :\Users\appveyor\AppData\Roaming\.ccache
install: install:
- if not exist "%CCACHE_EXE%" appveyor DownloadFile "%CCACHE_URL%" -FileName "%CCACHE_EXE%" - if not exist "%CCACHE_EXE%" appveyor DownloadFile "%CCACHE_URL%" -FileName "%CCACHE_EXE%"
...@@ -40,7 +40,7 @@ after_build: ...@@ -40,7 +40,7 @@ after_build:
- ccache -s - ccache -s
- cmd: git rev-parse --short %APPVEYOR_REPO_COMMIT%>%TMP%/gitshort.txt - cmd: git rev-parse --short %APPVEYOR_REPO_COMMIT%>%TMP%/gitshort.txt
- cmd: set /P GITSHORT=<%TMP%/gitshort.txt - cmd: set /P GITSHORT=<%TMP%/gitshort.txt
- set BUILD_ARCHIVE=%APPVEYOR_REPO_BRANCH%-%GITSHORT%.7z - set BUILD_ARCHIVE=%APPVEYOR_REPO_BRANCH%-%GITSHORT%-%CONFIGUATION%.7z
- cmd: 7z a %BUILD_ARCHIVE% bin\Mingw\Release -xr!.gitignore - cmd: 7z a %BUILD_ARCHIVE% bin\Mingw\Release -xr!.gitignore
- appveyor PushArtifact %BUILD_ARCHIVE% - appveyor PushArtifact %BUILD_ARCHIVE%
......
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