Skip to content
Snippets Groups Projects
Commit 5bca0769 authored by Stephen D's avatar Stephen D
Browse files

add CI

parent 366b06ab
No related branches found
No related tags found
No related merge requests found
Pipeline #8773 failed
image: "rust:latest"
stages:
- lint
- build
before_script:
- rustup target add wasm32-unknown-unknown
- rustup component add rustfmt
- rustup component add clippy
lint:
stage: lint
script:
- cargo fmt -- --check
- cargo clippy --all-features -- -D warnings
build:
stage: build
script:
- cargo build --release
- make
- cargo run --release -- --out out.gif
artifacts:
paths:
- out.gif
- target/rapidriter-cat.wat
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment