Skip to content

Commit

Permalink
Create dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
MonicaOlejniczak committed Apr 8, 2024
1 parent 1bf1b24 commit 84fdfa3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 1,707 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
with:
cache: yarn
- run: yarn --frozen-lockfile
- run: yarn workspace @parcel/rust build-db
- run: yarn flow check

ts-types:
Expand All @@ -47,7 +48,14 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: yarn
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- uses: Swatinem/rust-cache@v2
with:
shared-key: ubuntu-latest
- run: yarn --frozen-lockfile
- run: yarn build-native-release
- run: yarn build-ts

benchmarks:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
name: dev-release

on:
push:
branches:
- molejniczak/parcel-db
workflow_dispatch:

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: macos-latest
os: macos-latest

- name: windows-latest
os: windows-latest
# - name: windows-latest
# os: windows-latest
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install build tools
run: apk add --no-cache python3 make gcc g++ musl-dev curl
run: apk add --no-cache python3 make gcc g++ musl-dev curl openssl
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ tmp
parcel-bundle-reports/
.verdaccio_storage/
sourcemap-info.json
db.js
1 change: 1 addition & 0 deletions packages/core/rust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"index.d.ts",
"index.js",
"index.js.flow",
"lib",
"*.node",
"*.wasm"
],
Expand Down
Loading

0 comments on commit 84fdfa3

Please sign in to comment.