Skip to content

Commit 920c60d

Browse files
committed
ci(gitlab): add GitLab CI pipeline for Rust build and test on master
1 parent 67d1039 commit 920c60d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
image: rustlang/rust:latest
2+
3+
pipelines:
4+
branches:
5+
master:
6+
- step:
7+
name: Build and Test
8+
script:
9+
- cargo build --verbose
10+
- cargo test --verbose
11+
services:
12+
- docker
13+
definitions:
14+
services:
15+
docker:
16+
memory: 3072

0 commit comments

Comments
 (0)