Skip to content

Commit

Permalink
Initial travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Jan 30, 2024
1 parent 1dd5942 commit 604c24b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: rust
rust:
- stable

cache: cargo

os: linux
dist: bionic

before_script:
- rustup target add thumbv6m-none-eabi

script:
- cargo build --release

deploy:
provider: releases
api_key: $GITHUB_TOKEN
file:
- "./target/thumbv6m-none-eabi/release/tc2-firmware"
skip_cleanup: true
on:
tags: true

0 comments on commit 604c24b

Please sign in to comment.