Skip to content

Commit

Permalink
.moban.yaml: Add CI check scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Feb 4, 2019
1 parent 5b6de3e commit 69be832
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/check_unsupported.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fi
set -e

# The following is emitted on stdout
grep -q 'coala supports only python 3.4.4 or later' setup.log
grep -q 'coala supports only Python 3.4.2 or later' setup.log
# The following is emitted on stderr
grep -q 'error: Setup script exited with 4' setup.log

Expand Down
4 changes: 3 additions & 1 deletion .moban.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ targets:
- .ci/appveyor.yml: ci/appveyor.yml.jj2
- .ci/run_with_env.cmd: run_with_env.cmd
- .ci/check_unsupported.sh: ci/check_unsupported.sh.jj2
- .ci/check_moban.sh: ci/check_moban.sh
- runtime.txt: runtime.txt
- netlify.toml: docs/netlify.toml
- coala-bears.cabal: coala-bears.cabal.jj2
copy:
- .ci/check_moban.sh: ci/check_moban.sh
- .ci/check_setuptools.py: ci/check_setuptools.py

0 comments on commit 69be832

Please sign in to comment.