Skip to content

Commit 91378e8

Browse files
Krishna Paifacebook-github-bot
authored andcommitted
feat: CI Test changes (facebookincubator#15660)
Summary: Testing CI - Do not commit. Differential Revision: D88081901
1 parent 33f740e commit 91378e8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<img src="static/logo.svg" alt="Velox logo" width="50%" align="center" />
2+
<!-- Velox is an extensible C++ execution engine.-->
23

34
Velox is a composable execution engine distributed as an open source C++
45
library. It provides reusable, extensible, and high-performance data processing

scripts/setup-helper-functions.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
# github_checkout $REPO $VERSION $GIT_CLONE_PARAMS clones or re-uses an existing clone of the
1717
# specified repo, checking out the requested version.
1818

19+
# Comment to trigger CI build.
20+
1921
DEPENDENCY_DIR=${DEPENDENCY_DIR:-$(pwd)/deps-download}
2022
OS_CXXFLAGS=${OS_CXXFLAGS:-""}
2123
EXTRA_PKG_CXXFLAGS=${EXTRA_PKG_CXXFLAGS:-""}

0 commit comments

Comments
 (0)