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

Add github action workflow configure file.
This commit is contained in:
Qiu Yuzhou
2019-09-10 12:09:01 +08:00
committed by GitHub

14
.github/workflows/main.yml vendored Normal file
View File

@ -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