Commit Graph

39 Commits

Author SHA1 Message Date
Zxilly
dddf797d89
ci: add release event 2024-06-19 02:18:50 +08:00
dependabot[bot]
3d0111bd09 build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 01:55:38 +08:00
dependabot[bot]
5f1d7afca9 build(deps): bump openwrt/gh-action-sdk from 5 to 7
Bumps [openwrt/gh-action-sdk](https://github.com/openwrt/gh-action-sdk) from 5 to 7.
- [Commits](https://github.com/openwrt/gh-action-sdk/compare/v5...v7)

---
updated-dependencies:
- dependency-name: openwrt/gh-action-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 01:55:31 +08:00
dependabot[bot]
932ad0190b build(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 01:55:24 +08:00
dependabot[bot]
0e0f86a71c build(deps): bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 01:55:16 +08:00
dependabot[bot]
31f46cdaa2 build(deps): bump actions/stale from 8 to 9
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v8...v9)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-19 01:55:05 +08:00
Zxilly
52331ec632
ci: limit push event to master only 2024-06-19 01:52:48 +08:00
Zxilly
7c23c9dba7 ci: fix option on uci 2023-12-25 20:28:44 +08:00
Zxilly
2908461bf0 ci: build all target 2023-12-25 20:26:58 +08:00
Zxilly
38d8ca89e2 feat: make it possible to run without uci
for #113
2023-12-25 20:23:23 +08:00
Zxilly
0b99b5730a ci: fix dir name 2023-10-20 21:19:43 +08:00
Zxilly
5aaf2a2233 ci: install libuci under /tmp 2023-10-20 21:17:38 +08:00
Zxilly
8f34088d70 ci: install libuci 2023-10-20 21:15:00 +08:00
Zxilly
57cb7e8dfc
ci: add codeql
Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
2023-09-25 13:57:50 +08:00
Zxilly
44d1523fe4 ci: fix cmake with test 2023-09-10 17:02:41 +08:00
Zxilly
07d9c9acd2 ci: setup dependencies 2023-09-10 12:22:04 +08:00
Zxilly
2b88e8a11d fix: fix memncasemem and add tests 2023-09-10 12:17:18 +08:00
Zxilly
5f4adf64ac
ci: set ignore label
Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
2023-08-26 15:46:31 +08:00
Zxilly
547b4b1fac ci: upgrade stale action
[skip ci]
2023-05-16 20:10:36 +08:00
Tianling Shen
23e7f2afb7 CI: avoid redudant build when making new release
Signed-off-by: Tianling Shen <i@cnsztl.eu.org>
2023-05-10 11:33:33 +08:00
Tianling Shen
d3fa09e7df ci: refactor using gh-action-sdk
Signed-off-by: Tianling Shen <i@cnsztl.eu.org>
2023-04-22 11:17:52 +08:00
Tianling Shen
4525d92b96 build(openwrt): move to dedicated dir and build with cmake
Signed-off-by: Tianling Shen <i@cnsztl.eu.org>
2023-04-22 11:17:52 +08:00
Zxilly
9684556847 ci: revert v4 release spec 2023-04-21 22:11:16 +08:00
Zxilly
b58f3a2081 ci: rename sdk dir 2023-04-21 21:38:48 +08:00
Zxilly
ac738caaa1 ci: fix env 2023-04-21 21:35:56 +08:00
Zxilly
912bedfa6c ci: release v4 2023-04-21 21:33:28 +08:00
Zxilly
59aff9b801 ci: set release tag 2023-04-21 21:27:13 +08:00
Zxilly
6c760a0807 refactor: rewrite to support ipv6
Closes: #44
2023-04-21 21:26:27 +08:00
Zxilly
52e88acf8f
ci: update stale message
[skip ci]
2022-05-21 17:27:00 +08:00
Zxilly
a1b48f9e71
ci: add stale check 2022-05-21 17:20:50 +08:00
Zxilly
fb7a717df2
ci: use apt-fast 2021-05-12 14:08:10 +08:00
Zxilly
0db67aef33
ci: fix apt 2021-05-08 10:38:59 +08:00
Zxilly
e8a87c208f ci: add build cache
Signed-off-by: Zxilly <zhouxinyu1001@gmail.com>
2021-05-06 20:59:08 +08:00
Zxilly
44184b24a3 update sdk version 2021-05-02 00:04:43 +08:00
Zxilly
2728367af3 debug log check 2021-05-01 23:52:54 +08:00
Zxilly
97a47954ca fix checkout 2021-05-01 23:39:20 +08:00
Zxilly
1a3fa2ae89 fix ci 2021-05-01 23:34:51 +08:00
Zxilly
8720adfe5a add autorelease 2021-05-01 23:33:54 +08:00
Zxilly
e5a16108b1 test new implement 2021-05-01 22:47:46 +08:00