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

Version Path
cppjieba_rb-0.4.2 ext/cppjieba/appveyor.yml
cppjieba_rb-0.4.1 ext/cppjieba/appveyor.yml
jieba-rb-5.0.0 ext/cppjieba/appveyor.yml
cppjieba_rb-0.3.3 ext/cppjieba/appveyor.yml
cppjieba_rb-0.3.1 ext/cppjieba/appveyor.yml
cppjieba_rb-0.3.0 ext/cppjieba/appveyor.yml
cppjieba_rb-0.2.3 ext/cppjieba/appveyor.yml
cppjieba_rb-0.2.2 ext/cppjieba/appveyor.yml
cppjieba_rb-0.2.1 ext/cppjieba/appveyor.yml