solvespace/appveyor.yml
whitequark 02c30e6f87 Rewrite ttf2c to use GNU Unifont and merge with pngchar2c.pl.
After this change, SolveSpace does not contain nonfree assets.
Additionally, Perl is not required for the build.

Note that in the US, case law suggests that copyright does
not apply to bitmap fonts:
  http://www.renpy.org/wiki/renpy/misc/Bitmap_Fonts_and_Copyright

Nevertheless, it was prudent to replace the asset with something
that is unambiguously free.
2015-12-29 11:15:50 +08:00

23 lines
591 B
YAML

version: 2.1.{build}
before_build:
- git submodule update --init
- mkdir cbuild
- cd cbuild
- cmake -G"Visual Studio 12" -T v120_xp ..
build:
project: C:\projects\solvespace\cbuild\src\solvespace.vcxproj
verbosity: minimal
artifacts:
- path: cbuild\src\Debug\solvespace.exe
name: solvespace.exe
- path: cbuild\src\Debug\solvespace.pdb
name: solvespace.pdb
deploy:
- provider: GitHub
auth_token:
secure: Flqxu1cz6PyxVT1wzTP4bSrQOY8wFrO7pJxYxvjEkLqIUU4dsDQrs2rac/A9deet
description: ""
artifact: solvespace.exe
on:
appveyor_repo_tag: true