Index

lognestmonster / 203af63

A general-purpose single-header C logging library and parser for event-based logs. (Incomplete)

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
11311 Sep 2019 20:51203af63appveyorJosh Stockin111N

Blob @ lognestmonster / appveyor.yml

text/plain550 bytesdownload raw
1version: 0.1.{build}-{branch}
2branches:
3 only:
4 - master
5 - develop
6environment:
7 matrix:
8 - PYTHON: "C:\\Python34"
9 - PYTHON: "C:\\Python34-x64"
10 - PYTHON: "C:\\Python35"
11 - PYTHON: "C:\\Python35-x64"
12 - PYTHON: "C:\\Python36"
13 - PYTHON: "C:\\Python36-x64"
14 - PYTHON: "C:\\Python37"
15 - PYTHON: "C:\\Python37-x64"
16platform:
17 - x64
18 - x86
19build: off
20init: ECHO %PYTHON%
21install: "%PYTHON%\\Scripts\\pip.exe" install windows-curses
22test_script:
23 - doskey python=%PYTHON%\\python.exe
24 - python --version
25 - bash test
26