Home | History | Annotate | Download | only in capstone
      1 version: 3.0.4-{build}
      2 
      3 os:
      4   - Visual Studio 2015
      5 
      6 before_build:
      7   - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
      8 
      9 build_script:
     10   - mkdir build
     11   - cd build
     12   - cmake -DCMAKE_BUILD_TYPE=RELEASE -G "NMake Makefiles" ..
     13   - nmake
     14 
     15