Index

lognestmonster / 13604ed

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

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
12726 Sep 2019 18:41456f70banother attemptJosh Stockin112N

Blob @ lognestmonster / appveyor.yml

text/plain529 bytesdownload raw
1version: 0.3.0 build {build}-{branch}
2branches:
3 only:
4 - master
5 - develop
6environment:
7 matrix:
8 - PYTHON: "C:\\Python34\\python.exe"
9 - PYTHON: "C:\\Python34-x64\\python.exe"
10 - PYTHON: "C:\\Python35\\python.exe"
11 - PYTHON: "C:\\Python35-x64\\python.exe"
12 - PYTHON: "C:\\Python36\\python.exe"
13 - PYTHON: "C:\\Python36-x64\\python.exe"
14 - PYTHON: "C:\\Python37\\python.exe"
15 - PYTHON: "C:\\Python37-x64\\python.exe"
16platform:
17 - x64
18 - x86
19build: off
20init: ECHO %PYTHON%
21test_script: test.ps1
22