mirror of
https://github.com/serhii-londar/open-source-mac-os-apps.git
synced 2024-11-22 15:40:21 +00:00
17 lines
584 B
YAML
17 lines
584 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 -d 5 -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/
|
|
- danger
|
|
after_success:
|
|
- swift ./.github/main.swift
|
|
- chmod +x ./.github/deploy.sh
|
|
- ./.github/deploy.sh
|
|
notifications:
|
|
email: true
|