ci: run build:debug and cache artifacts to compile native-utils faster
This commit is contained in:
parent
6a9820da58
commit
4de05b6e05
@ -38,7 +38,7 @@ testCommit:
|
|||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- pnpm i --frozen-lockfile
|
- pnpm i --frozen-lockfile
|
||||||
- pnpm run build
|
- pnpm run build:debug
|
||||||
- pnpm run migrate
|
- pnpm run migrate
|
||||||
only:
|
only:
|
||||||
- main
|
- main
|
||||||
@ -66,4 +66,4 @@ cache:
|
|||||||
- node_modules/
|
- node_modules/
|
||||||
- packages/*/node_modules/
|
- packages/*/node_modules/
|
||||||
- packages/backend/native-utils/node_modules/
|
- packages/backend/native-utils/node_modules/
|
||||||
- packages/backend/native-utils/.cargo/
|
- packages/backend/native-utils/target/
|
||||||
|
Loading…
Reference in New Issue
Block a user