Sha256: aa2bc829415b1dd0b766881f69f74f2009da33390f27de2683f25e501fb568ef
Contents?: true
Size: 611 Bytes
Versions: 9
Compression:
Stored size: 611 Bytes
Contents
os: Visual Studio 2015 platform: x64 # clone directory clone_folder: c:\projects\cppjieba # scripts to run before build before_build: - echo Running cmake... - cd c:\projects\cppjieba - cmake . build: project: ALL_BUILD.vcxproj # path to Visual Studio solution or project # scripts to run after build after_build: - cd Debug - demo.exe - load_test.exe - cd .. - COPY .\test\Debug\test.run.exe .\test\test.run.exe - cd test - test.run.exe - cd .. - 7z a c:\projects\all.zip * -tzip - cd c:\projects artifacts: - path: all.zip name: all.zip
Version data entries
9 entries across 9 versions & 2 rubygems