Workflows + Sponsors
This commit is contained in:
1
.github/FUNDING.yml
vendored
Normal file
1
.github/FUNDING.yml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
github: macmade
|
||||
26
.github/workflows/ci-mac.yaml
vendored
Normal file
26
.github/workflows/ci-mac.yaml
vendored
Normal 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' ] }}
|
||||
14
README.md
14
README.md
@@ -1,14 +1,12 @@
|
||||
Hot
|
||||
===
|
||||
|
||||
[](https://travis-ci.com/macmade/Hot)
|
||||
[](https://github.com/macmade/Hot/issues)
|
||||

|
||||

|
||||
[](https://twitter.com/macmade)
|
||||
[](https://patreon.com/macmade)
|
||||
[](https://www.gratipay.com/macmade)
|
||||
[](https://paypal.me/xslabs)
|
||||
[](https://github.com/macmade/Hot/actions/workflows/ci-mac.yaml)
|
||||
[](https://github.com/macmade/Hot/issues)
|
||||

|
||||

|
||||
[](https://twitter.com/macmade)
|
||||
[](https://github.com/sponsors/macmade)
|
||||
|
||||
### About
|
||||
|
||||
|
||||
Reference in New Issue
Block a user