aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.sh
diff options
context:
space:
mode:
authorOndřej Čertík <ondrej@certik.us>2020-07-21 16:19:01 -0600
committerOndřej Čertík <ondrej@certik.us>2020-07-21 16:19:01 -0600
commit3bb8b39eccafc5acb0ee08a201c09aa0e828ce28 (patch)
tree39d075631ef9dbe8eb418e151fcc4ca8146b02bb /ci/run_tests.sh
parent6de7f236b3784c7e2cf3b8cf3efc06ee5e84f2d5 (diff)
downloadfpm-3bb8b39eccafc5acb0ee08a201c09aa0e828ce28.tar.gz
fpm-3bb8b39eccafc5acb0ee08a201c09aa0e828ce28.zip
Extract the CI tests into a Bash and Batch files
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-xci/run_tests.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh
new file mode 100755
index 0000000..9767c9a
--- /dev/null
+++ b/ci/run_tests.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+set -ex
+
+cd fpm
+fpm build
+fpm run
+fpm run --args build
+cd ../test/example_packages/hello_world
+../../../fpm/fpm build