Sha256: 64af2faee777d6d64bd547896a5b8f6b50b7f16f5cf31731e9aca13bed506e8d

Contents?: true

Size: 884 Bytes

Versions: 17

Compression:

Stored size: 884 Bytes

Contents

version: '{build}'
branches:
  only:
  - master
clone_depth: 10
cache:
  - win_flex_bison-2.4.5.zip
matrix:
  fast_finish: true
environment:
  WINFLEXBISON_ARCHIVE: win_flex_bison-2.4.5.zip
  PYTHON: "C:\\Python34-x64"
  PYTHON_VERSION: "3.4.3"
  PYTHON_ARCH: "64"
  matrix:
    - GENERATOR: "Visual Studio 13"
      ARCH: 32
    - GENERATOR: "Visual Studio 13"
      ARCH: 64
install:
  # Install flex/bison
  - if not exist "%WINFLEXBISON_ARCHIVE%" appveyor DownloadFile "http://downloads.sourceforge.net/project/winflexbison/%WINFLEXBISON_ARCHIVE%"
  - 7z x -y -owinflexbison\ "%WINFLEXBISON_ARCHIVE%" > nul
  - set Path=%CD%\winflexbison;%Path%
  - win_flex --version
  - win_bison --version
build_script:
- ps: |
    mkdir build
    cmake . -Bbuild -G "Visual Studio 12 2013"
    msbuild /p:Configuration=Release build/mtex2MML.sln
test_script:
- ps: |
    cd build
    ctest -V

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
mathematical-1.6.20 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.18 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.14 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.13 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.12 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.11 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.10 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.9 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.8 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.7 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.6 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.5 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.4 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.3 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.2 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.1 ext/mathematical/mtex2MML/appveyor.yml
mathematical-1.6.0 ext/mathematical/mtex2MML/appveyor.yml