Skip to content

Commit f196336

Browse files
Fix CI scripts
1 parent 39cca4d commit f196336

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ci/run_tests.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if errorlevel 1 exit 1
2828
cd ..\hello_fpm
2929
if errorlevel 1 exit 1
3030

31-
..\..\..\fpm\build\gfortran_debug\app\fpm build
31+
..\..\fpm\build\gfortran_debug\app\fpm build
3232
if errorlevel 1 exit 1
3333

3434
.\build\gfortran_debug\app\hello_fpm
@@ -38,14 +38,14 @@ if errorlevel 1 exit 1
3838
cd ..\circular_test
3939
if errorlevel 1 exit 1
4040

41-
..\..\..\fpm\build\gfortran_debug\app\fpm build
41+
..\..\fpm\build\gfortran_debug\app\fpm build
4242
if errorlevel 1 exit 1
4343

4444

4545
cd ..\circular_example
4646
if errorlevel 1 exit 1
4747

48-
..\..\..\fpm\build\gfortran_debug\app\fpm build
48+
..\..\fpm\build\gfortran_debug\app\fpm build
4949
if errorlevel 1 exit 1
5050

5151

ci/run_tests.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ cd ../example_packages/hello_world
1313
./build/gfortran_debug/app/hello_world
1414

1515
cd ../hello_fpm
16-
../../../fpm/build/gfortran_debug/app/fpm build
16+
../../fpm/build/gfortran_debug/app/fpm build
1717
./build/gfortran_debug/app/hello_fpm
1818

1919
cd ../circular_test
20-
../../../fpm/build/gfortran_debug/app/fpm build
20+
../../fpm/build/gfortran_debug/app/fpm build
2121

2222
cd ../circular_example
23-
../../../fpm/build/gfortran_debug/app/fpm build
23+
../../fpm/build/gfortran_debug/app/fpm build
2424

2525
cd ../hello_complex
2626
../../fpm/build/gfortran_debug/app/fpm build

0 commit comments

Comments
 (0)