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

set -ex

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