Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wmertens committed May 5, 2024
1 parent a0ed1c7 commit dfaf41f
Showing 1 changed file with 9 additions and 18 deletions.
27 changes: 9 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,6 @@ jobs:
- name: Checkout
uses: actions/[email protected]

- uses: pnpm/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 18.x
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: corepack enable

- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

Expand All @@ -231,19 +222,19 @@ jobs:
- name: Install NPM Dependencies
run: pnpm install --frozen-lockfile

arstarst - name: Build Platform Binding
run: napi build --cargo-name qwik_napi --platform
- name: Build Platform Binding
run: napi build --cargo-name qwik_napi --platform --config=packages/qwik/src/napi/napi.config.json bindings/
shell: bash

- name: Print Packages Dist Build
continue-on-error: true
run: ls -lR packages/qwik/dist/
run: ls -lR bindings/

- name: Upload Platform Binding Artifact
uses: actions/[email protected]
with:
name: dist-bindings-${{ matrix.settings.target }}
path: packages/qwik/dist/bindings/*.node
path: bindings/*.node
if-no-files-found: error

############ BUILD INSIGHTS ############
Expand All @@ -267,7 +258,7 @@ arstarst - name: Build Platform Binding
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: corepack enable

- name: Download Build Artifacts
uses: actions/[email protected]

Expand Down Expand Up @@ -308,7 +299,7 @@ arstarst - name: Build Platform Binding
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: corepack enable

- name: Download Build Artifacts
uses: actions/[email protected]

Expand Down Expand Up @@ -389,7 +380,7 @@ arstarst - name: Build Platform Binding
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: corepack enable

- name: Download Build Artifacts
uses: actions/[email protected]

Expand Down Expand Up @@ -464,7 +455,7 @@ arstarst - name: Build Platform Binding
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: corepack enable

- name: Download Build Artifacts
uses: actions/[email protected]

Expand Down Expand Up @@ -510,7 +501,7 @@ arstarst - name: Build Platform Binding
cache: 'pnpm'
registry-url: https://registry.npmjs.org/
- run: corepack enable

- name: Download Build Artifacts
uses: actions/[email protected]

Expand Down

0 comments on commit dfaf41f

Please sign in to comment.