Skip to content

Commit b26bd2a

Browse files
committed
fix: 优化脚本对象注册;移除报错翻译;
1 parent f9f1d30 commit b26bd2a

15 files changed

Lines changed: 875 additions & 4900 deletions

.github/workflows/qt-build-release-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Build
3636
# Build your program with the given configuration
37-
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target install
37+
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --target install --parallel
3838

3939
- name: Install Packing Tools
4040
run: sudo apt install fakeroot patchelf -y

.github/workflows/qt-build-release-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
- name: Build
4242
# Build your program with the given configuration
43-
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
43+
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --parallel
4444

4545
- name: Setup Python
4646
uses: actions/setup-python@v5

.github/workflows/qt-build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949

5050
- name: Build
5151
# Build your program with the given configuration
52-
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
52+
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --parallel
5353

5454
- uses: actions/upload-artifact@v4
5555
with:
5656
name: WingHexExplorer2-${{ matrix.os == 'windows-latest' && 'windows' || 'linux' }}-${{ matrix.qt_version }}-build-cache
5757
path: ${{github.workspace}}/build
58-
58+

3rdparty/AngelScript

0 commit comments

Comments
 (0)