Skip to content

Commit 0620ccb

Browse files
committed
add README.md
1 parent 2f69cf2 commit 0620ccb

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

.github/FUNDING.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# These are supported funding model platforms
2+
3+
github: blueloveTH
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ name: CMake on multiple platforms
22

33
on:
44
push:
5+
paths-ignore:
6+
- 'scripts/**'
7+
- '**.md'
8+
pull_request:
9+
paths-ignore:
10+
- 'scripts/**'
11+
- '**.md'
512

613
jobs:
714
build_ubuntu:

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# dmath
2+
3+
Deterministic Math Library for C11 Based on Musl

0 commit comments

Comments
 (0)