Skip to content

Commit

Permalink
Merge branch 'gitlab-ci' into 'master'
Browse files Browse the repository at this point in the history
Remove travis-ci, add gitlab ci

Closes #1

See merge request IovoslavIovchev/codegen!5
  • Loading branch information
IovoslavIovchev committed Aug 18, 2022
2 parents db3cd70 + 7cb551a commit fb85354
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 24 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Template taken from: https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Rust.gitlab-ci.yml

# Official language image. Look for the different tagged releases at:
# https://hub.docker.com/r/library/rust/tags/
image: "rust:latest"

# Use cargo to test the project
test:cargo:
script:
- rustc --version && cargo --version # Print version info for debugging
- cargo test --workspace --verbose

24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

0 comments on commit fb85354

Please sign in to comment.