aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.sh
blob: e8a37e66dd5539e625b325b6bed80b3511d8143c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -ex

cd fpm
fpm build
fpm run
fpm run --args build
./fpm
cd ../test/example_packages/hello_world
../../../fpm/fpm build
./hello_world