diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 0000000..cefc1d5 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,24 @@ +name: Build + +on: + push: + branches: + - master + - development + pull_request: + branches: + - master + - development + +jobs: + build: + + runs-on: macos-latest + + steps: + - uses: actions/checkout@v2 + with: + submodules: 'recursive' + - name: Build + run: pod install && xcodebuild -workspace iGlance.xcworkspace -scheme iGlance -config Release CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO + working-directory: ./iGlance diff --git a/README.md b/README.md index cab1b2e..3241597 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# iGlance   [![Build Status](https://travis-ci.org/iglance/iGlance.svg?branch=master)](https://travis-ci.org/iglance/iGlance) [![Github All Releases](https://img.shields.io/github/downloads/iglance/iGlance/latest/total.svg?colorB=orange)](https://github.com/iglance/iGlance/releases) [![SwiftLint Sindre](https://img.shields.io/badge/SwiftLint-Sindre-hotpink.svg)](https://github.com/sindresorhus/swiftlint-sindre) +# iGlance   ![Build](https://github.com/iglance/iGlance/workflows/Build/badge.svg) [![Github All Releases](https://img.shields.io/github/downloads/iglance/iGlance/latest/total.svg?colorB=orange)](https://github.com/iglance/iGlance/releases) [![SwiftLint Sindre](https://img.shields.io/badge/SwiftLint-Sindre-hotpink.svg)](https://github.com/sindresorhus/swiftlint-sindre) > Free and open source system monitor for OSX and macOS for the menu bar