swh:1:snp:5115096b921df712aeb2a08114fede57fb3331fb
Raw File
Tip revision: 8f0c83ae72d4709fc457d0f47c6efb1bb3525ae2 authored by Yueh-Hsuan Chiang on 17 November 2015, 21:50:54 UTC
Fix Java Makefile
Tip revision: 8f0c83a
appveyor.yml
version: 1.0.{build}
before_build:
- md %APPVEYOR_BUILD_FOLDER%\build
- cd %APPVEYOR_BUILD_FOLDER%\build
- cmake -G "Visual Studio 12 Win64" ..
- cd ..
build:
  project: build\ALL_BUILD.vcxproj
  parallel: true
  verbosity: minimal
test: off
back to top