Commit 0b037e8a authored by timel's avatar timel

chore: gitlab ci

parent 6ed7c91d
......@@ -23,20 +23,15 @@ npm_ci:
- npm_ci
rs_check:
stage: rs_check_lint
image: rust:latest
tags:
- linux
script: cd rust-src && cargo check
rs_lint:
stage: rs_check_lint
image: rust:latest
tags:
- linux
script:
- cd rust-src
- cargo check
- rustup component add clippy
- cd rust-src && cargo clippy -- -Dwarnings
- cargo clippy -- -Dwarnings
wasm_build:
tags:
......@@ -63,15 +58,7 @@ ts_check:
- linux
script:
- npx tsc
ts_lint:
dependencies:
- wasm_build
extends: .build_base
stage: ts_check_lint
tags:
- linux
script: npm run lint
- npm run lint
npm_build:
dependencies:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment