Skip to content

Commit

Permalink
feat: added circleci config file
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-cne committed Apr 13, 2024
1 parent bf838de commit 275d4c2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
version: 2.1

jobs:
build:
docker:
- image: cimg/rust:1.76.0
steps:
- checkout
- run: cargo --version
- run:
name: Build
command: cargo build --release

0 comments on commit 275d4c2

Please sign in to comment.