summaryrefslogtreecommitdiff
path: root/.ci/deps.linux.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/deps.linux.sh')
-rw-r--r--.ci/deps.linux.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.ci/deps.linux.sh b/.ci/deps.linux.sh
new file mode 100644
index 0000000..13cc9e1
--- /dev/null
+++ b/.ci/deps.linux.sh
@@ -0,0 +1,4 @@
+set -x
+set -e
+
+echo "No dependencies to install for linux."