File: cibuild

package info (click to toggle)
ruby-github-pages-health-check 1.19.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 324 kB
  • sloc: ruby: 1,135; sh: 53; makefile: 2
file content (11 lines) | stat: -rwxr-xr-x 258 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -ex

script/bootstrap

script/test $@
script/check-cdn-ips
bundle exec script/check www.parkermoore.de | grep 'valid?: true'
bundle exec script/check ben.balter.com | grep 'valid?: true'
bundle exec gem build github-pages-health-check.gemspec