Skip to content

Commit

Permalink
Restore nightly CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
yzdocs committed Nov 9, 2020
1 parent 9734173 commit 05122c2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ci/.htmltest_nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DirectoryPath: "_site"
ExternalTimeout: 30
IgnoreDirs:
- ^docs/stable
- ^docs/dev
- ^docs/v1.2
IgnoreURLs:
- http://localhost:4000
IgnoreInternalEmptyHash: true
TestFilesConcurrently: false
4 changes: 2 additions & 2 deletions ci/nightly
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ run() {
"$(dirname "$0")"/builder run "$@"
}

run bundle exec jekyll build
run htmltest
run bundle exec jekyll build --incremental --trace --config _config_base.yml,_config_cockroachdb.yml
run htmltest -c .htmltest_nightly.yml

0 comments on commit 05122c2

Please sign in to comment.