Compare commits
3
Commits
master
...
4380d8769a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4380d8769a | ||
|
|
dd3d34b4d4 | ||
|
|
3e7e4dbae4 |
@@ -1,9 +1,14 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: default
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: rust:1.30
|
image: rust:1.30
|
||||||
commands:
|
commands:
|
||||||
|
- ping -c 5 git.gnxlxnxx.space
|
||||||
|
- git clone http://git.gnxlxnxx.space/gnxlxnxx/psoc4-pac.git
|
||||||
- cargo build --verbose --all
|
- cargo build --verbose --all
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
|
|||||||
Reference in New Issue
Block a user