diff options
author | Wu Xiaotian <[email protected]> | 2019-04-21 11:57:14 +0800 |
---|---|---|
committer | ZenWalker <[email protected]> | 2019-04-21 13:18:02 +0200 |
commit | 0de1436ca6e8926675f8d0cc75eae7d8331e7b9d (patch) | |
tree | e081b88930f0be17f4273682940d70b6850146b6 | |
parent | ad093718532f9716b25eff3ece5f69a600923d41 (diff) | |
download | eom-0de1436ca6e8926675f8d0cc75eae7d8331e7b9d.tar.bz2 eom-0de1436ca6e8926675f8d0cc75eae7d8331e7b9d.tar.xz |
[ci] add build scripts
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 61e8a76..805759b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -186,6 +186,8 @@ before_scripts: - curl -Ls -o debian.sh https://github.com/mate-desktop/mate-dev-scripts/raw/master/travis/debian.sh - bash ./debian.sh - fi + +build_scripts: - ./autogen.sh - scan-build $CHECKERS ./configure - if [ $CPU_COUNT -gt 1 ]; then |