Compare commits

..
3 Commits
Author SHA1 Message Date
gnxlxnxx 4380d8769a Update '.drone.yml' 2021-04-10 01:01:21 +02:00
gnxlxnxx dd3d34b4d4 Update '.drone.yml' 2021-04-10 01:00:27 +02:00
gnxlxnxx 3e7e4dbae4 Update '.drone.yml' 2021-04-10 00:59:34 +02:00
+5
View File
@@ -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