https://github.com/behdad/glyphy
Raw File
Tip revision: 68a5f8d8ae64e0158d776b21581d0ecb70ec8304 authored by Brad Erickson on 04 July 2023, 18:36:52 UTC
Add Github Actions CI Workflow to build/test on Ubuntu 22.04
Tip revision: 68a5f8d
appveyor.yml
install:
  - set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
  - git clone https://github.com/Microsoft/vcpkg
  - cd vcpkg
  - powershell -exec bypass scripts\bootstrap.ps1
  - vcpkg install glew freetype freeglut
  - vcpkg integrate install
  - cd ..

build_script:
  - msbuild win32\glyphy.sln
back to top