File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed
Expand file tree Collapse file tree 2 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 3333 key : xmake-${{ hashFiles('xmake.lua') }}
3434 restore-keys : |
3535 xmake-
36-
36+
3737 - run : |
3838 xmake repo -u
3939
@@ -42,22 +42,11 @@ jobs:
4242
4343 - run : |
4444 xmake -y
45+ sed -i 's/\"name\": \"legacy-script-engine\"/\"name\": \"legacy-script-engine-${{ matrix.backend }}\"/g' bin/legacy-script-engine/manifest.json
46+ mv bin/legacy-script-engine bin/legacy-script-engine-${{ matrix.backend }}
4547
4648 - uses : actions/upload-artifact@v4
4749 with :
4850 name : legacy-script-engine-${{ matrix.backend }}-windows-x64-${{ github.sha }}
4951 path : |
5052 bin/
51-
52- # clang-format:
53- # runs-on: windows-latest
54- # steps:
55- # - uses: actions/checkout@v4
56-
57- # - run: |
58- # choco install llvm -y
59-
60- # - name: clang-format
61- # run: |
62- # Get-ChildItem src/ -Filter *.cpp -Recurse | ForEach-Object { clang-format --dry-run -Werror $_.FullName; if ($LASTEXITCODE -ne 0) { exit 1; } }
63- # Get-ChildItem src/ -Filter *.h -Recurse | ForEach-Object { clang-format --dry-run -Werror $_.FullName; if ($LASTEXITCODE -ne 0) { exit 1; } }
Original file line number Diff line number Diff line change 2525 key : xmake-${{ hashFiles('xmake.lua') }}
2626 restore-keys : |
2727 xmake-
28-
28+
2929 - run : |
3030 xmake repo -u
3131
3434
3535 - run : |
3636 xmake -y
37+ sed -i 's/\"name\": \"legacy-script-engine\"/\"name\": \"legacy-script-engine-${{ matrix.backend }}\"/g' bin/legacy-script-engine/manifest.json
38+ mv bin/legacy-script-engine bin/legacy-script-engine-${{ matrix.backend }}
3739
3840 - uses : actions/upload-artifact@v4
3941 with :
You can’t perform that action at this time.
0 commit comments