Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Build tests nightly #176

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Move check to nightly build
  • Loading branch information
seisman committed Nov 10, 2018
commit 48ffe48720b50e886f33e8e991426fe6fef7865f
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ script:
- gmt pscoast -R0/10/0/10 -JM6i -Ba -Ggray -P -Vd > test.ps
# Build GMT documentations
- if [ "$TRAVIS_EVENT_TYPE" == "cron" ]; then
cd build; make -j docs_html;
cd build; make -j docs_html; make check;
fi

notifications:
Expand Down
1 change: 0 additions & 1 deletion ci/travis-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ mkdir build && cd build
cmake ..

make -j
make check
make install

# Turn off exit on failure.
Expand Down