Skip to content

Commit

Permalink
Add CI action (#1)
Browse files Browse the repository at this point in the history
* Create ci.yml

* Update README with CI status badge
  • Loading branch information
simba909 authored Dec 7, 2019
1 parent e70e6a9 commit 77ae5ee
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: CI

on: [push]

env:
DEVELOPER_DIR: /Applications/Xcode_11.1.app

jobs:
build:

runs-on: macOS-latest

steps:
- uses: actions/checkout@v1
- name: Build
run: |
set -o pipefail
xcodebuild build -scheme Calcifer -configuration Debug -sdk macosx | xcpretty -c
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Calcifer 🔥
[![Build status](https://github.com/simba909/calcifer/workflows/CI/badge.svg)](https://github.com/simba909/calcifer/actions)

macOS menubar app for controlling external display brightness. Based on the great work in the [DDC.swift repo](https://github.com/reitermarkus/DDC.swift).

## Building from source
Expand Down

0 comments on commit 77ae5ee

Please sign in to comment.