소스 검색

[Build] Add build status and archive artifact

Slava Barinov 5 년 전
부모
커밋
39763cf1f9
2개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      .github/workflows/rust.yml
  2. 3 0
      README.md

+ 6 - 0
.github/workflows/rust.yml

@@ -41,3 +41,9 @@ jobs:
         with:
           command: clippy
           args: -- -D warnings
+
+      - name: Archive build
+        uses: actions/upload-artifact@v2
+        with:
+          name: receqif
+          path: target/release/receqif

+ 3 - 0
README.md

@@ -1,3 +1,6 @@
 # receqif
 
+
+[![Build Status](https://github.com/rayslava/receqif/workflows/CI%20Build/badge.svg)](https://github.com/rayslava/receqif/actions?query=workflow%3A%22CI+Build%22)
+
 Receipt to QIF coverter in rust.