Skip to content

Commit

Permalink
Only publish windows dist for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Masrepus committed Sep 23, 2019
1 parent e196948 commit 4059a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ install:
build_script:
- if defined BASH (%BASH% -lc "cd $(cygpath ${APPVEYOR_BUILD_FOLDER}) && make")
- if "%MSYSTEM%" == "MINGW64" (%BASH% -lc "cd $(cygpath ${APPVEYOR_BUILD_FOLDER}) && make -C bindings/go")
- if defined MSYSTEM (%BASH% -lc "cd $(cygpath ${APPVEYOR_BUILD_FOLDER})/bindings/python && make bdist3")
- if "%APPVEYOR_REPO_TAG%" == "true" (%BASH% -lc "cd $(cygpath ${APPVEYOR_BUILD_FOLDER})/bindings/python && make bdist3")
- if "%CC%" == "msvc" (msbuild %APPVEYOR_BUILD_FOLDER%/msvc/unicorn.sln)
# make test
#- 'cd %APPVEYOR_BUILD_FOLDER% && cd bindings\dotnet && msbuild UnicornDotNet.sln'
Expand Down

0 comments on commit 4059a67

Please sign in to comment.