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

set -ex

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