We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd04b15 commit 23fd654Copy full SHA for 23fd654
appveyor.yml
@@ -99,8 +99,8 @@ before_build:
99
100
after_build:
101
- 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
+ # - call DUMPBIN C:\Program Files\cryptominisat5\bin\cryptominisat5_simple.exe /ALL
+ # - call "C:\Program Files\cryptominisat5\bin\cryptominisat5_simple.exe" --help
104
- if %STATICCOMPILE_SETTING%==ON call "C:\Program Files\cryptominisat5\bin\cryptominisat5.exe" --help
105
- echo %APPVEYOR_BUILD_FOLDER%
106
- 7z a c:\projects\cryptominisat\cryptominisat.zip %APPVEYOR_BUILD_FOLDER%\build -tzip
0 commit comments