mirror of
https://github.com/serhii-londar/open-source-mac-os-apps
synced 2024-11-15 08:27:13 +00:00
ebfbbb6c99
* Add Pock * Fix link issue * Add https://pock.pigigaldi.com to white list.
18 lines
448 B
YAML
18 lines
448 B
YAML
sudo: required
|
|
language: swift
|
|
osx_image: xcode10
|
|
rvm:
|
|
- 2.4.1
|
|
before_script:
|
|
- gem install awesome_bot
|
|
- gem install bundler
|
|
- gem install danger
|
|
script:
|
|
- awesome_bot applications.json -w https://matrix.org,https://camo.githubusercontent.com,http://joshparnham.com,https://pock.pigigaldi.com
|
|
- danger
|
|
after_success:
|
|
- swift ./.github/main.swift
|
|
- chmod +x ./.github/deploy.sh
|
|
- ./.github/deploy.sh
|
|
notifications:
|
|
email: true
|