Skip to content

Commit a5ee5b0

Browse files
authored
Merge pull request #386 from aminya/library
feat: allow using setup-cpp as a library
2 parents 6ee48d5 + dc7c474 commit a5ee5b0

File tree

225 files changed

+2561
-348
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

225 files changed

+2561
-348
lines changed

.github/workflows/CI.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,20 @@ jobs:
118118
restore-keys: |
119119
"setupcpp-node_modules-cache-OS:${{ matrix.os }}-"
120120
121+
- name: Cache Turbo
122+
uses: rharkor/caching-for-turbo@v1.6
123+
124+
- name: Cache .cache
125+
uses: actions/cache@v4
126+
with:
127+
path: |
128+
./.cache/eslint
129+
./.cache/cspell
130+
/home/runner/.cache/dprint
131+
key: "setupcpp-cache-OS:${{ matrix.os }}-${{ hashFiles('./*.json', './.*rc', './*.yml') }}"
132+
restore-keys: |
133+
"setupcpp-cache-OS:${{ matrix.os }}-"
134+
121135
- name: Install
122136
run: |
123137
pnpm install

README.md

Lines changed: 31 additions & 0 deletions

cspell.config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ words:
6262
- inja
6363
- isci
6464
- isroot
65+
- jsonify
6566
- kcov
6667
- LDFLAGS
6768
- lefticus
@@ -100,6 +101,7 @@ words:
100101
- pygments
101102
- pypy
102103
- qlplugindir
104+
- rharkor
103105
- Sccache
104106
- setupcpp
105107
- setx

dist/legacy/asset-list.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export {};

dist/legacy/assets/actions_python-Bby7kqLp.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/assets/actions_python-Bby7kqLp.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/assets/actions_python-BgFBDq6n.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

dist/legacy/assets/actions_python-BgFBDq6n.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

dist/legacy/assets/proxy-agent-C54PwHVe.js renamed to dist/legacy/assets/proxy-agent-BJpMtT7r.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/legacy/assets/proxy-agent-C54PwHVe.js.map renamed to dist/legacy/assets/proxy-agent-BJpMtT7r.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)