Commit Graph

35 Commits

Author SHA1 Message Date
Calcitem 40e6f0a026 ci: Merge some GitHub Action yml files
* Merge dart-analyze.yml to flutter.yml.
* When the dart analyze hook fails don't try to build the apk.
* Merge cui-on-xxx.yml to cui.yml and remove "Archive apk" comments.
2021-11-29 23:05:55 +08:00
Calcitem 45961caded ci: Detect path and do not build on PR 2021-11-29 01:23:57 +08:00
Calcitem f5feea1db6 ci: spellcheck: Ignore some unrecognized words 2021-11-23 18:41:17 +01:00
Calcitem 90f106ff76
cpp: gtest: Add types and stack test 2021-11-23 01:17:53 +08:00
Calcitem 857f03504d
ci: qt: Add qt-on-windows.yml 2021-11-21 03:16:54 +08:00
Calcitem c0b308a2ce ci: Add building CUI 2021-11-14 13:13:03 +08:00
Calcitem 58a0a4ba9f ci: codeql: Trigger when pushing to any branch 2021-11-14 13:13:03 +08:00
Calcitem 6e95a43552 cpp: cpplint: Fix some issues
* Add cpplint config.
* Replace /*...*/-style with //-style comments.
* Change end of lines to LF.
* Add missing #include.
* Add username to TODO.
* Change Chinese strings to English strings.
* ...
2021-11-14 13:13:03 +08:00
Calcitem bd98dadb78 ci: spelling: Do not trigger when pushing 2021-11-08 19:08:21 +01:00
Calcitem 9b99437103 ci: Add Clang Format Github Action
Reference:
https://github.com/RafikFarhad/clang-format-github-action
https://stackoverflow.com/questions/33258159/how-to-make-clang-format-skip-sections-of-c-code
2021-11-07 01:39:41 +08:00
Calcitem 0a171c7b43
Merge remote-tracking branch 'origin/dev' 2021-11-06 10:38:11 +08:00
Calcitem 637080c176 Fix some spelling errors 2021-11-04 07:22:28 +08:00
Calcitem 72a9ae9d74 ci: Add spell-check-this
* Copy https://github.com/check-spelling/spell-check-this/tree/main/.github
* Update spelling/excludes.txt
* Copy words of .vscode/settings.json -> "cSpell.words" to expect list
* Only check C++ and Dart files
* Exclude feedback_localization.dart
* Do not check Qt words
* Fill allow list with C++ 17 & Dart & Qt keywords
2021-11-04 07:22:28 +08:00
Calcitem f108e68854
Create pull_request_template.md 2021-10-31 21:16:39 +08:00
Calcitem a5463c4ff7 Update issue templates 2021-10-31 21:05:15 +08:00
Calcitem f3139f81f3
Fix spelling errors
And add VSCode spelling configuration.
2021-10-31 12:57:03 +08:00
Calcitem 615047f872
Merge remote-tracking branch 'origin/dev' 2021-10-30 13:07:19 +08:00
Calcitem 2a3afa625a
ci: Create dart-analyze.yml
See: https://github.com/ValentinVignal/action-dart-analyze
2021-10-30 09:03:05 +08:00
Calcitem 4df5dcd96d
build: Support Flutter 2.5.3 2021-10-16 12:06:04 +08:00
Calcitem f3a77965cb
build: Support Flutter 2.5.2 2021-10-16 11:26:20 +08:00
Nikolas Rimikis 0f16608d49
enable ci on all branches 2021-10-13 09:44:36 +02:00
Calcitem e4e7bff14b
build: Support Flutter 2.5.1 2021-09-20 15:36:19 +08:00
Calcitem bc10254bda
github-action: Change flutter version from channel stable to v2.2.3 2021-09-10 01:15:15 +08:00
Calcitem 247bd81280 flutter: about: Add flutter version 2021-05-28 00:54:04 +08:00
Calcitem 7b99f49d1d flutter: github-action: Print verbose log when building 2021-05-16 22:58:48 +08:00
Calcitem be5f1c6921 Fix some kritika.io reported problems 2021-03-22 23:58:26 +08:00
Calcitem 3bdb785e29 flutter: github: Build aab and change channel to stable 2021-03-20 19:16:05 +08:00
Calcitem 4312c31446 flutter: ci: Add release configs and secrets env
See:
https://dev.to/cddelta/signing-flutter-android-apps-for-release-in-github-actions-2892
https://flutterchina.club/android-release/
2021-03-09 02:17:57 +08:00
Calcitem ac95e9c123 flutter: Rename dir flutter to flutter_app 2021-02-17 11:45:04 +08:00
Calcitem c43509b7a5 flutter: ci: Change channel to dev 2021-02-17 11:16:41 +08:00
Calcitem 43ac139d90 flutter.yml: 修改当 Git 浅克隆时生成版本号的方式为依据编译编号或者日期
服务器只是浅克隆1层代码,有 GITHUB_RUN_NUMBER 的就依据此环境变量。
对于本地如果浅克隆,没有 GITHUB_RUN_NUMBER 的就依据编译日期。
2020-12-13 11:58:36 +08:00
Calcitem 9795f08fcd version.sh: 执行时修改 pubspec.yaml 的版本号
并且在 CI 编译 App 时执行 version.sh
2020-12-13 10:59:57 +08:00
Calcitem 564de203ac flutter: 其余中文全部国际化
支持英文界面。
所有中文注释删除。
2020-11-29 19:29:46 +08:00
Calcitem 5c563ce72b Create flutter.yml 2020-11-21 14:06:59 +08:00
Calcitem a68ca74d15 Create codeql-analysis.yml 2020-11-01 09:31:10 +08:00