File: cibuild

package info (click to toggle)
ruby-task-list 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 256 kB
  • sloc: ruby: 308; javascript: 58; sh: 14; makefile: 8
file content (7 lines) | stat: -rwxr-xr-x 106 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/sh -e
# Usage: script/cibuild
# CI build script.

npm run lint
npm run qunit
bundle exec rake test