Merge pull request #58 from matrix-org/markjh/jenkins
Add the jenkins command to git so that we can update it
This commit is contained in:
commit
a64125772f
1 changed files with 9 additions and 0 deletions
9
jenkins.sh
Executable file
9
jenkins.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#! /bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
(cd event-schemas/ && ./check_examples.py)
|
||||
(cd api && ./check_examples.py)
|
||||
(cd scripts && ./gendoc.py)
|
||||
(cd api && npm install && node validator.js -s "client-server/v1")
|
||||
(cd event-schemas/ && ./check.sh)
|
Loading…
Add table
Add a link
Reference in a new issue