Skip to content

Commit

Permalink
Merge branch 'development' of github.com:iglance/iGlance into develop…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
D0miH committed Mar 30, 2020
2 parents 09cd185 + 65f3ed8 commit c5b0a82
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c5b0a82

Please sign in to comment.