Commit Graph

153 Commits

Author SHA1 Message Date
halx99 119ba2965c Fix linux ci 2023-07-06 12:22:41 +08:00
halx99 e6e0ae5a5b Reduce ci checks 2023-07-01 21:54:12 +08:00
Deal(一线灵) fab646c0d6
Improve ci files (#1247)
* Improve ci files

* Fixup

* Fix ci

* Update DevSetup.md

* Remove duplicated code

* Fix setup_jdk

* Fix typo

* Check jdk setup

* Update build1k.ps1

* Update build.ps1

* Update build1k.ps1
2023-07-01 08:52:14 +08:00
halx99 b74e809001 Improve ci pwsh script
- Rename tools/ci/build.ps1 to tools/ci/build1k.ps1
- build1k.ps1 now also setup jdk for build android
- Rename `-cm` to `-xc`
- Rename `-cb` to `-xb`
- Add option `-prefix` to specific install location for missing tools,
  default localtion is $HOME/build1k/
2023-06-30 17:06:33 +08:00
Deal(一线灵) 5d4ba705f0
Almost pwsh for ci (#1244) 2023-06-29 19:46:52 +08:00
halx99 d1ae46edbb Fix pr ci 2023-06-24 11:54:33 +08:00
Deal(一线灵) 87601a734b
Update 3rd sources (#1240)
- llhttp: 8.1.1
- yasio: latest
- recast 1.6.0
- openal-soft: latest for official UWP support
- glad 2.0.4
- libpng 1.6.40
- astcenc 4.5.0
- Add fastlz: latest
- Disable lz4 by default
2023-06-24 09:17:14 +08:00
halx99 3c4c393644 Improve gendocs 2023-06-13 00:17:01 +08:00
Deal(一线灵) c92a297c1c
Update docs.yml 2023-06-12 11:25:23 +08:00
Deal(一线灵) 16ace6a5ec
Update docs.yml 2023-06-12 11:15:47 +08:00
halx99 fb80698df9 Improve docs gen and fix genbindings 2023-06-12 10:26:08 +08:00
Deal(一线灵) 7a24a89ca8
Building with ninja + official llvm-clang-cl support (#1159)
* Building with ninja + official llvm-clang-cl support

* Update gh ci for clang

* Fix ci

* Fix ci

* Fix ci

* FIx dll copy [skip ci]

* Fix ci warnings

* Update ci files and readme

* Update badges
2023-04-02 16:04:19 +08:00
halx99 7bca1b19a2 Update readme & ci files 2023-03-25 11:18:21 +08:00
halx99 57afc51241 Update ci: setup-python step 2023-03-25 11:14:51 +08:00
halx99 5d23fea656 Improve thirdparty updating robot 2023-03-18 00:25:35 +08:00
halx99 5e16c43245 Fix osx-ci.yml
Don't set cmake version which may not present on target action vm
2023-03-12 19:26:36 +08:00
halx99 d99442a91d Improve winuwp-ci 2023-03-12 02:42:32 +08:00
Deal(一线灵) b46417809d
Windows Store UWP apps support (#1108)
* [BIG FEATURE] Windows Store UWP apps support

* Fix ci, add uwp for pr-ci

* Fix ci

* Improve ci script

* Fix ci

* Fix ci

* Fix ci

* Fix ci

* Upload uwp appx package artifacts [skip ci]

* Use d2d draw system font text

* Fix ci

* Improve code style
2023-03-11 22:10:18 +08:00
Deal(一线灵) 372433760e Update workflow files 2023-02-25 03:06:54 +00:00
Deal(一线灵) d45d99c83d
Update update-prebuilts.yml 2023-02-16 06:25:35 +08:00
CHP e0eba5ee4b
Update android-ci.yml (#1029) 2023-01-14 08:24:55 +08:00
CHP 0ad4fbbe37
Update android-ci.yml - upload apk (#1027) 2023-01-12 13:04:38 +08:00
Deal(一线灵) 5daca7027f
Update pr-ci.yml 2023-01-12 11:38:08 +08:00
一线灵|Deal 100a688ce5
Add windows dll build checks for GH actions (#1023)
* Update windows-ci.yml

* Update pr-ci.yml

* Update build.ps1

* Update windows-ci.yml

* Update build.ps1
2023-01-08 22:04:14 +08:00
aismann da7987214f
Update pull_request_template.md (#1012) 2023-01-05 20:40:25 +08:00
halx99 9a10ffbf5e Fix #991 2023-01-03 15:09:45 +08:00
halx99 7b921a2d75 Fix ci 2023-01-03 14:34:10 +08:00
一线灵|Deal a95947b7a0
Update bug_report.md 2023-01-03 14:24:35 +08:00
一线灵|Deal 28e9612900
Add vs2019 test ci 2023-01-03 12:33:24 +08:00
一线灵|Deal 774e16c16f
Update update-prebuilts.yml 2022-10-23 15:47:15 +08:00
一线灵|Deal 32b0c2a07b
Update pr-ci.yml 2022-10-23 13:32:18 +08:00
一线灵|Deal c471cad9a0
Update update-prebuilts.yml 2022-10-23 13:10:45 +08:00
一线灵|Deal 7ac736c88e
Update update-prebuilts.yml 2022-10-23 12:38:54 +08:00
一线灵|Deal 682028dbd6
Update update-prebuilts.yml 2022-10-23 00:19:06 +08:00
一线灵|Deal 3fb310be61
Update update-prebuilts.yml 2022-10-22 23:48:29 +08:00
一线灵|Deal 4005fe23d1
Update update-prebuilts.yml 2022-10-22 23:26:32 +08:00
halx99 ee105ffff0 Add action to update thirdparty prebuilts 2022-10-22 23:21:38 +08:00
halx99 f60ec702a4 Update gh action files 2022-10-20 22:20:33 +08:00
一线灵|Deal 11d38f7205
Update windows-ci.yml 2022-10-13 23:16:25 +08:00
一线灵|Deal 39b57ae939
Improve code quality (stage1.Oct) (#916)
* Improve code quality

* Add env PULL_REQUEST [skip ci]

* Update build.ps1

* Fix ci [skip ci]

* Update ZipUtils.cpp

* Update build.ps1

* Resolve reviews

* Improve

* Improve code style

* Resolve reviews

* Use pod_vector

* Improve resize growth

* Update CCAnimation3D.cpp

* Update axstd.h [skip ci]
2022-10-13 21:44:42 +08:00
aismann f2a20bd7cc
Update pull_request_template.md (#900) 2022-10-06 12:15:27 +08:00
一线灵|Deal 5645bb241e
Final migrate (#876) 2022-10-01 16:24:52 +08:00
一线灵|Deal 8cb91af8e8
Update clang-format.yml 2022-09-24 13:36:32 +08:00
一线灵|Deal 35e9dc9206
Create stale.yml 2022-09-19 18:42:24 +08:00
halx99 fad9afbc9a Update thirdparty libs
fmt: 9.0.0 --> 9.1.0
    llhttp: 6.0.7 --> 6.0.9
    astc-encoder: 4.0.0 --> 4.1.0
    webp: 1.2.2 --> 1.2.4
    flatbuffers: 2.0.0 --> 2.0.8
2022-09-15 20:15:28 +08:00
halx99 0bd73df1dc Update windows-ci 2022-09-12 23:09:31 +08:00
Paulo Coutinho 8c359917f7
Add apple tvos support (#846)
* support tvos

* support tvos and fix run command

* support tvos, fix run script and fix windows files

* support tvos on ci

* support tvos on ci and fix windows zlib

* support tvos on ci

* support tvos

* support tvos and tvos tests
2022-09-05 14:13:52 +08:00
halx99 6f5a4fc2bb Update gh actions config files 2022-08-16 08:26:20 +08:00
一线灵 460e59f4de
Feature 803 (#804)
* Improve libpng cmake script to allow osx-arm64 target

* Update run-script.sh

* Update osx-ci.yml

* Update pr-ci.yml

* Update android-ci.yml

* Update pr-ci.yml

* Update osx-ci.yml

* Update README.md

* Update README.md

* Update libs

* Use macos-12 for osx target

* Fix ci
2022-08-14 11:19:56 +08:00
halx99 20a83d198a Fix osx/ios ci 2022-08-11 13:08:14 +08:00