Skip to content
This repository was archived by the owner on Feb 26, 2022. It is now read-only.

Commit 2ddd0ff

Browse files
committed
Add Travis configuration to verify PAC can be generated
1 parent d068a88 commit 2ddd0ff

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.travis.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
language: rust
2+
rust:
3+
- nightly
4+
cache: cargo
5+
dist: "trusty"
6+
before_install:
7+
- python --version
8+
- pyenv install 3.6.3
9+
- pyenv global 3.6.3
10+
11+
matrix:
12+
fast_finish: true
13+
14+
install:
15+
- rustup component add rustfmt
16+
- pip3 install --upgrade --user svdtools
17+
- cargo install form --force
18+
- cargo install --git https://github.com/rust-embedded/svd2rust svd2rust --force
19+
20+
script: make clean patch generate form fmt

0 commit comments

Comments
 (0)