Template
1
0
mirror of https://github.com/aminya/setup-cpp synced 2024-11-30 21:22:30 +08:00
Commit Graph

156 Commits

Author SHA1 Message Date
Amin Yahyaabadi
afd44ab939 chore: v0.22.0 [skip test] 2022-11-08 17:23:39 -08:00
Amin Yahyaabadi
a1958c0408 fix: remove deprecated setOutput 2022-11-08 16:30:09 -08:00
Amin Yahyaabadi
d9a686c434 chore: add cache for cspell 2022-11-08 16:08:38 -08:00
Amin Yahyaabadi
7dab220e87 chore: v0.21.1 [skip test] 2022-11-04 20:20:22 -07:00
Amin Yahyaabadi
b5660f6bd7 chore: update dev-dependencies 2022-10-29 01:42:05 -07:00
Amin Yahyaabadi
2e61becdf5 chore: v0.21.0 2022-10-19 22:17:13 -07:00
Amin Yahyaabadi
2785bdd10b chore: remove now unnecessary loose-ts-check 2022-10-19 22:05:45 -07:00
Amin Yahyaabadi
99bbdbe446 fix: use typescript and execa for pack-exe 2022-10-19 20:46:24 -07:00
Amin Yahyaabadi
c82db22da1 feat: add node16 target and use it in the exe and on github 2022-10-19 14:59:46 -07:00
Amin Yahyaabadi
9d1119edc9 fix: update setup-python 2022-10-19 14:37:02 -07:00
Amin Yahyaabadi
453df99f1c fix: update dependencies 2022-10-19 14:30:11 -07:00
Amin Yahyaabadi
cc36fbabc7 chore: v0.20.1 [skip ci] 2022-10-08 16:29:39 -07:00
Amin Yahyaabadi
6a67820829 chore: v0.20.0 [skip ci] 2022-09-18 22:16:11 -07:00
Amin Yahyaabadi
55c9300abd fix: enable optimizations back
This was an issue with my local installation. I had modified terser-config-atomic locally! This caused the build files to be incorrect
2022-09-18 21:00:19 -07:00
Amin Yahyaabadi
cb9e43906b fix: disable optimizations due to compiler bug 2022-09-18 20:48:50 -07:00
Amin Yahyaabadi
24c3d1da4d fix: update dependencies 2022-09-18 20:20:54 -07:00
Amin Yahyaabadi
6ed018c894 fix: update dependencies (patha/admina, etc) 2022-08-27 00:29:31 -07:00
Amin Yahyaabadi
0daa34d443 fix: update dependencies 2022-08-26 03:34:54 -07:00
Amin Yahyaabadi
357e710629 feat: use admina instead of root-tools
https://github.com/aminya/admina
2022-08-26 03:09:19 -07:00
Amin Yahyaabadi
8a4811f507 fix: alias patha to the node bundle 2022-08-21 21:01:50 -07:00
Amin Yahyaabadi
338c5727b5 fix: update patha 2022-08-20 23:01:20 -07:00
Amin Yahyaabadi
3b6093bb8a fix: remove extension-tools and path in favor of patha 2022-08-20 15:38:51 -07:00
Amin Yahyaabadi
84a795f708 chore: remove mjs target
@actions/http-client is not bundled correctly
2022-08-18 14:15:59 -07:00
Amin Yahyaabadi
c3e42a1263 fix: update dependencies 2022-08-18 14:10:06 -07:00
Amin Yahyaabadi
647dc69eaf fix: use is-url-online instead of get-works
https://github.com/spa5k/is-url-online/pull/40
2022-08-09 00:13:35 -07:00
Amin Yahyaabadi
79eae5db23 feat: add ci-log package 2022-08-08 01:22:28 -07:00
Amin Yahyaabadi
4d3cf92471 feat: add get-works package to validate the URLs 2022-08-08 00:36:24 -07:00
Amin Yahyaabadi
91ab4d1d32 fix: use is-link-working fork 2022-08-08 00:14:43 -07:00
Amin Yahyaabadi
0bbdeadfbd feat: use is-link-working to test the urls 2022-08-07 23:46:11 -07:00
Amin Yahyaabadi
edc37d25c6 Revert "fix: use is-url-online to validate the download links"
This reverts commit 232af3c141.
2022-08-07 21:42:31 -07:00
Amin Yahyaabadi
232af3c141 fix: use is-url-online to validate the download links 2022-08-07 21:32:57 -07:00
Amin Yahyaabadi
b38bf66f56 feat: add user-access package 2022-08-07 21:03:16 -07:00
Amin Yahyaabadi
b4a83891fb feat: add untildify-user package 2022-08-07 20:04:59 -07:00
Amin Yahyaabadi
6dd9d766bb fix: add types for escape-path-with-spaces
Use the types from https://github.com/jy95/escape-path-with-spaces/pull/14
2022-08-07 19:23:55 -07:00
Amin Yahyaabadi
3d08c16e03 fix: fix github-actions detection
Use the types from https://github.com/npm/ci-detect/pull/31
2022-08-07 19:13:40 -07:00
Amin Yahyaabadi
88c2d1ac03 fix: use ci-detect instead of isCI 2022-08-07 18:48:41 -07:00
Amin Yahyaabadi
c5a2f11e38 fix: use extension-tools in setup-cpp 2022-08-07 18:36:04 -07:00
Amin Yahyaabadi
758bb59065 docs: automatically create the readme for the packages 2022-08-07 18:18:26 -07:00
Amin Yahyaabadi
b77e674a50 fix: rename sudo-tools to root-tools 2022-08-07 17:38:34 -07:00
Amin Yahyaabadi
299694053d fix: use sudo-tools in setup-cpp 2022-08-07 17:24:44 -07:00
Amin Yahyaabadi
4c866cd807 fix: use exec-powershell in setup-cpp 2022-08-07 17:05:55 -07:00
Amin Yahyaabadi
46635fc18e feat: add exec-powershell package 2022-08-07 16:59:24 -07:00
Amin Yahyaabadi
42f904a321 chore: do not aggregate output for the tests 2022-08-02 15:52:05 -07:00
Amin Yahyaabadi
17e6b96b64 chore: organize the lint scripts 2022-08-02 13:12:42 -07:00
Amin Yahyaabadi
97b033e471 chore: add cache for eslint 2022-08-02 13:01:42 -07:00
Amin Yahyaabadi
4cb3b55b11 chore: update dependencies 2022-08-02 12:57:22 -07:00
Amin Yahyaabadi
7bbb94baa2 chore: v0.19.0 [skip ci] 2022-07-27 21:29:37 -07:00
Amin Yahyaabadi
bd02e717ae fix: update setup-python 2022-07-16 18:15:08 -07:00
Amin Yahyaabadi
51dd00702f chore: update devDependencies 2022-07-16 18:12:17 -07:00
Amin Yahyaabadi
6f82d128ca chore: v0.18.0 [skip ci] 2022-07-10 19:32:25 -07:00