浏览代码

Merge pull request #1108 from shadowsocks/try-github-action

Add github action workflow configure file.
Qiu Yuzhou 5 年之前
父节点
当前提交
16acc65a35
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      .github/workflows/main.yml

+ 14 - 0
.github/workflows/main.yml

@@ -0,0 +1,14 @@
+name: CI
+
+on: [push,pull_request]
+
+jobs:
+  build:
+
+    runs-on: macOS-10.14
+    
+    steps:
+    - uses: actions/checkout@v1
+    - name: Build
+      run: |
+        set -o pipefail && xcodebuild test -workspace ShadowsocksX-NG.xcworkspace -scheme ShadowsocksX-NG|xcpretty