Skip to content

Commit

Permalink
Merge branch 'main' into release/4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Nov 12, 2023
2 parents 8e52c0d + 66c3c14 commit cc41e4e
Show file tree
Hide file tree
Showing 13 changed files with 565 additions and 425 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
with:
path: |
third_party
web/node_modules
key: third-party-web-${{ hashFiles('DEPS') }}-${{ hashFiles('vendor.json') }}
restore-keys: third-party-web-

Expand All @@ -211,7 +212,9 @@ jobs:

- name: Build Web
run: |
node build_pag -p web
cd web/script
chmod +x build.sh
./build.sh
- name: Save Environment Cache
if: ${{ (github.event_name == 'push') && (steps.environment-cache.outputs.cache-hit != 'true') }}
Expand Down Expand Up @@ -405,7 +408,7 @@ jobs:

- name: Build QT
run: |
node build_pag -DPAG_USE_QT=ON -DCMAKE_PREFIX_PATH="${{env.Qt5_Dir}}/lib/cmake/" -p linux
node build_pag -s ./qt PAGViewer -DCMAKE_PREFIX_PATH="${{env.Qt5_Dir}}/lib/cmake" -o ./out/release/viewer -a x64
- name: Save Third-Party Cache
if: ${{ (github.event_name == 'push') && (steps.third-party-cache.outputs.cache-hit != 'true') }}
Expand Down
Loading

0 comments on commit cc41e4e

Please sign in to comment.