Browse Source

Create github-ci.yml

Js2xxx 1 năm trước cách đây
mục cha
commit
07222df7dd
1 tập tin đã thay đổi với 20 bổ sung0 xóa
  1. 20 0
      .github/workflows/github-ci.yml

+ 20 - 0
.github/workflows/github-ci.yml

@@ -0,0 +1,20 @@
+name: Rust
+
+on:
+  push:
+    branches: [ "master" ]
+  pull_request:
+    branches: [ "master" ]
+
+env:
+  CARGO_TERM_COLOR: always
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v3
+    - name: Build
+      run: cargo xtask dist --release img --verbose