Kaynağa Gözat

Create ci.yaml

Stephen 3 yıl önce
ebeveyn
işleme
a2854297b3
1 değiştirilmiş dosya ile 14 ekleme ve 0 silme
  1. 14 0
      .github/workflows/ci.yaml

+ 14 - 0
.github/workflows/ci.yaml

@@ -0,0 +1,14 @@
+name: CI
+on:
+  push:
+    branches: [main]
+  pull_request:
+    branches: [main]
+jobs:
+  build:
+    runs-on: macOS-latest
+    steps:
+      - name: Checkout
+        uses: actions/checkout@v1
+      - name: Build and Test
+        run: make install_rust && make install_cargo_make && cargo make install_targets