Skip to content

Commit 23fd654

Browse files
committed
Force AppVeyor to create a zip
1 parent bd04b15 commit 23fd654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ before_build:
9999

100100
after_build:
101101
- call ctest -V -C %CONFIGURATION%
102-
- call "DUMPBIN" C:\Program Files\cryptominisat5\bin\cryptominisat5_simple.exe /ALL
103-
- call "C:\Program Files\cryptominisat5\bin\cryptominisat5_simple.exe" --help
102+
# - call DUMPBIN C:\Program Files\cryptominisat5\bin\cryptominisat5_simple.exe /ALL
103+
# - call "C:\Program Files\cryptominisat5\bin\cryptominisat5_simple.exe" --help
104104
- if %STATICCOMPILE_SETTING%==ON call "C:\Program Files\cryptominisat5\bin\cryptominisat5.exe" --help
105105
- echo %APPVEYOR_BUILD_FOLDER%
106106
- 7z a c:\projects\cryptominisat\cryptominisat.zip %APPVEYOR_BUILD_FOLDER%\build -tzip

0 commit comments

Comments
 (0)