Skip to content
Snippets Groups Projects
Commit 4db26f78 authored by SingLi's avatar SingLi
Browse files

Attempt to collapse two builds into one

Shorten build time
parent 3c439697
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ before_install:
- cp -a /lib/x86_64-linux-gnu/libncurses.so.* /opt/meteor-spk/meteor-spk.deps/lib/x86_64-linux-gnu/
- cp -a /lib/x86_64-linux-gnu/libtinfo.so.* /opt/meteor-spk/meteor-spk.deps/lib/x86_64-linux-gnu/
- cd $TRAVIS_BUILD_DIR
- mkdir ../build
- cp -r . /opt/app
script:
- if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then echo "Building PR $TRAVIS_PULL_REQUEST"; meteor build ../build; exit $?; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment