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

set -ex

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