Home | History | Annotate | Line # | Download | only in dist
      1  1.1  christos image: Visual Studio 2015
      2  1.1  christos version: '{build}'
      3  1.1  christos 
      4  1.1  christos branches:
      5  1.1  christos   except:
      6  1.1  christos     - gh-pages
      7  1.1  christos 
      8  1.1  christos platform: x64
      9  1.1  christos 
     10  1.1  christos 
     11  1.1  christos environment:
     12  1.1  christos   matrix:
     13  1.1  christos   - CMAKE_GENERATOR: "Visual Studio 14 2015 Win64"
     14  1.1  christos 
     15  1.1  christos # Via https://github.com/apitrace/apitrace/blob/master/appveyor.yml
     16  1.1  christos 
     17  1.1  christos before_build:
     18  1.1  christos - cmake -H. -Bbuild -G "%CMAKE_GENERATOR%"
     19  1.1  christos - C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\CL.exe /?
     20  1.1  christos 
     21  1.1  christos build_script:
     22  1.1  christos - if "%APPVEYOR_REPO_TAG%"=="true" (set CONFIGURATION=RelWithDebInfo) else (set CONFIGURATION=Debug)
     23  1.1  christos - cmake --build build --config "%CONFIGURATION%"
     24  1.1  christos 
     25  1.1  christos # TODO enable CMocka tests, maybe package the binaries
     26  1.1  christos # TODO add MinGW
     27  1.1  christos # TODO add older MSVC