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

set -ex

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