Commit babe644e authored by Paul Asmuth's avatar Paul Asmuth
Browse files

switch CI to appveyor

parent 613c1e91
Loading
Loading
Loading
Loading

.travis.yml

deleted100644 → 0
+0 −16
Original line number Diff line number Diff line
language: cpp
compiler: gcc
dist: xenial

before_install:
  - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
  - sudo bash -c "echo ttf-mssourcefonts-installer msttsourcefonts/accepted-mssourcefonts-eula select true | debconf-set-selections"
  - sudo apt-get update -qq
  - sudo apt-get install -y gcc-8 g++-8 cmake libcairo2-dev libharfbuzz-dev libfreetype6-dev msttsourcefonts ttf-mssourcefonts-installer
  - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-8 90
  - sudo fc-cache

script:
  - fc-match "Arial,Helvetica,Helvetica Neue:style=Regular,Roman"
  - cmake .
  - make all test CTEST_OUTPUT_ON_FAILURE=1
+1 −1
Original line number Diff line number Diff line
PlotFX
======

[![Build Status](https://img.shields.io/travis/plotfx/plotfx/master.svg?style=flat-square)](http://travis-ci.org/plotfx/plotfx)
[![Build status](https://ci.appveyor.com/api/projects/status/8h07x0erafnxsumi/branch/master?svg=true)](https://ci.appveyor.com/project/plotfx/plotfx/branch/master)
![BSD-License](https://img.shields.io/badge/license-BSD-blue.svg?style=flat-square)

`plotfx` is a standalone tool for creating charts and other data-driven graphics.