소스 검색

[Build] New Drone build

Slava Barinov 2 년 전
부모
커밋
6e411a0545
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -3,7 +3,7 @@ type: kubernetes
 name: receqif
 
 steps:
-- name: test
+- name: build and test
   image: rust:1.66
   commands:
   - rustup default nightly