ggentropy

A string formatting library for C++
Log | Files | Refs | README

appveyor.yml (409B)


      1 version: "{build}"
      2 clone_depth: 1
      3 image:
      4 - Visual Studio 2019
      5 - macOS
      6 - Ubuntu
      7 
      8 environment:
      9   APPVEYOR_YML_DISABLE_PS_LINUX: true
     10 
     11 build_script:
     12 - cmd: call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat" x86_amd64
     13 - cmd: cl.exe /W4 ggentropy.cpp test.cpp
     14 - cmd: ggentropy
     15 - sh: g++ -Wall -Wextra -o ggentropy ggentropy.cpp test.cpp
     16 - sh: ./ggentropy