Workflows + Sponsors

This commit is contained in:
macmade
2021-09-09 17:05:09 +02:00
parent e955aa67f6
commit 6978b0fb53
3 changed files with 33 additions and 8 deletions

1
.github/FUNDING.yml vendored Normal file
View File

@@ -0,0 +1 @@
github: macmade

26
.github/workflows/ci-mac.yaml vendored Normal file
View File

@@ -0,0 +1,26 @@
name: ci-mac
on: [push]
jobs:
ci:
runs-on: macos-latest
strategy:
matrix:
run-config:
- { scheme: 'Hot', configuration: 'Debug', project: 'Hot.xcodeproj', build: 1, analyze: 1, test: 0, info: 1, destination: 'platform=macOS' }
- { scheme: 'Hot', configuration: 'Release', project: 'Hot.xcodeproj', build: 1, analyze: 1, test: 0, info: 1, destination: 'platform=macOS' }
steps:
- uses: actions/checkout@v1
with:
submodules: 'recursive'
- uses: macmade/action-xcodebuild@v1.0.0
- uses: macmade/action-slack@v1.0.0
if: ${{ always() }}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
with:
channel: '#ci'
status: ${{ job.status }}
title: ${{ matrix.run-config[ 'scheme' ] }} - ${{ matrix.run-config[ 'configuration' ] }}

View File

@@ -1,14 +1,12 @@
Hot
===
[![Build Status](https://img.shields.io/travis/com/macmade/Hot.svg?branch=master&style=flat)](https://travis-ci.com/macmade/Hot)
[![Issues](http://img.shields.io/github/issues/macmade/Hot.svg?style=flat)](https://github.com/macmade/Hot/issues)
![Status](https://img.shields.io/badge/status-active-brightgreen.svg?style=flat)
![License](https://img.shields.io/badge/license-mit-brightgreen.svg?style=flat)
[![Contact](https://img.shields.io/badge/contact-@macmade-blue.svg?style=flat)](https://twitter.com/macmade)
[![Donate-Patreon](https://img.shields.io/badge/donate-patreon-yellow.svg?style=flat)](https://patreon.com/macmade)
[![Donate-Gratipay](https://img.shields.io/badge/donate-gratipay-yellow.svg?style=flat)](https://www.gratipay.com/macmade)
[![Donate-Paypal](https://img.shields.io/badge/donate-paypal-yellow.svg?style=flat)](https://paypal.me/xslabs)
[![Build Status](https://img.shields.io/github/workflow/status/macmade/Hot/ci-mac?label=macOS&logo=apple)](https://github.com/macmade/Hot/actions/workflows/ci-mac.yaml)
[![Issues](http://img.shields.io/github/issues/macmade/Hot.svg?logo=github)](https://github.com/macmade/Hot/issues)
![Status](https://img.shields.io/badge/status-active-brightgreen.svg?logo=git)
![License](https://img.shields.io/badge/license-mit-brightgreen.svg?logo=open-source-initiative)
[![Contact](https://img.shields.io/badge/follow-@macmade-blue.svg?logo=twitter&style=social)](https://twitter.com/macmade)
[![Sponsor](https://img.shields.io/badge/sponsor-macmade-pink.svg?logo=github-sponsors&style=social)](https://github.com/sponsors/macmade)
### About