mirror of
https://github.com/serhii-londar/open-source-mac-os-apps
synced 2024-11-15 16:27:59 +00:00
17 lines
591 B
YAML
17 lines
591 B
YAML
sudo: required
|
|
language: swift
|
|
osx_image: xcode11
|
|
rvm: 2.6.3
|
|
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,https://docs.microsoft.com/powershell/scripting/install/installing-powershell-core-on-macos?view=powershell-6,https://adequate.systems/ --allow 429
|
|
- danger
|
|
after_success:
|
|
- swift ./.github/main.swift
|
|
- chmod +x ./.github/deploy.sh
|
|
- ./.github/deploy.sh
|
|
notifications:
|
|
email: true
|