aboutsummaryrefslogtreecommitdiff
path: root/ci/run_tests.bat
blob: dcc9a8af0dc44f73cd020d8e3da3a4d98c58002a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@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

.\hello_world
if errorlevel 1 exit 1