Add gitlab ci file

main
kirbylife 2023-10-03 18:49:29 -06:00
parent 273a66fbff
commit 8a770cf94a
1 changed files with 12 additions and 0 deletions

12
.gitlab-ci.yml 100644
View File

@ -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/