Add gitlab ci file
parent
273a66fbff
commit
8a770cf94a
|
@ -0,0 +1,12 @@
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
build:
|
||||||
|
stage: build
|
||||||
|
image: rust
|
||||||
|
script:
|
||||||
|
- rustup target add wasm32-unknown-unknown
|
||||||
|
- cargo install --locked trunk
|
||||||
|
- trunk build --release
|
||||||
|
- mv dist/ public/
|
||||||
|
|
Loading…
Reference in New Issue