aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.bat
blob: 258eae8546a36a56423d78fbaddcc366a1848c2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@echo on

cd fpm
if errorlevel 1 exit 1

fpm build
if errorlevel 1 exit 1

fpm run
if errorlevel 1 exit 1

fpm run --args build
if errorlevel 1 exit 1

cd ..\test\example_packages\hello_world
if errorlevel 1 exit 1

..\..\..\fpm\fpm build
if errorlevel 1 exit 1