Commit Graph

56 Commits

Author SHA1 Message Date
Zxilly
9a1ab352cc
ci: build with stable version 2024-11-27 15:07:17 +08:00
Zxilly
8751c49153
ci: fix cache option 2024-11-27 14:14:34 +08:00
Zxilly
cb0ee7df55
ci: check ipv6 2024-11-27 13:47:28 +08:00
Zxilly
ec4006ce8d
ci: debug ipv6 2024-11-27 13:31:52 +08:00
Zxilly
c9f0943f72
ci: enable ipv6 2024-11-27 13:28:11 +08:00
Zxilly
4075a71368
test: enable ipv6 2024-11-27 12:01:28 +08:00
Zxilly
47771ad98c
ci: enable ipv6 2024-11-27 10:43:00 +08:00
Zxilly
52f5f0a186
ci: rename artifact 2024-11-26 17:35:13 +08:00
Zxilly
8b781b0138
feat: allow disable cache 2024-11-26 17:33:12 +08:00
Zxilly
0a95725933
ci: upload syslog 2024-11-26 17:07:54 +08:00
Zxilly
c8191f5d7e
test: read syslog 2024-11-26 16:51:46 +08:00
Zxilly
bb75dab5a7
ci: fix pip env 2024-11-26 16:20:24 +08:00
Zxilly
ce64ea713c
ci: setup python 2024-11-26 16:17:49 +08:00
Zxilly
1913ddda38
test: install deps 2024-11-26 16:04:09 +08:00
Zxilly
358a8569ae
ci: enable asan in test 2024-09-20 17:01:32 +08:00
Zxilly
45bf5173c2
ci: add integration test 2024-07-01 04:11:02 +08:00
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
1a6c0b2636
ci: enable dependabot
Signed-off-by: Zxilly <31370133+Zxilly@users.noreply.github.com>
2024-06-19 01:47:01 +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