Commit 0b037e8a authored by timel's avatar timel

chore: gitlab ci

parent 6ed7c91d
...@@ -23,20 +23,15 @@ npm_ci: ...@@ -23,20 +23,15 @@ npm_ci:
- npm_ci - npm_ci
rs_check: rs_check:
stage: rs_check_lint
image: rust:latest
tags:
- linux
script: cd rust-src && cargo check
rs_lint:
stage: rs_check_lint stage: rs_check_lint
image: rust:latest image: rust:latest
tags: tags:
- linux - linux
script: script:
- cd rust-src
- cargo check
- rustup component add clippy - rustup component add clippy
- cd rust-src && cargo clippy -- -Dwarnings - cargo clippy -- -Dwarnings
wasm_build: wasm_build:
tags: tags:
...@@ -63,15 +58,7 @@ ts_check: ...@@ -63,15 +58,7 @@ ts_check:
- linux - linux
script: script:
- npx tsc - npx tsc
- npm run lint
ts_lint:
dependencies:
- wasm_build
extends: .build_base
stage: ts_check_lint
tags:
- linux
script: npm run lint
npm_build: npm_build:
dependencies: 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