diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7de5d23c..92740d7e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -58,11 +58,13 @@ test_script: - cd bin - echo "Contents of current directory:" - dir + - echo "Contents of ..\test\gie:" + - dir ..\test\gie - gie.exe ..\test\gie\builtins.gie - - gie.exe ..\test\gie\more_builtins.gie - gie.exe ..\test\gie\deformation.gie - gie.exe ..\test\gie\axisswap.gie - gie.exe ..\test\gie\ellipsoid.gie + - gie.exe -vvvvv ..\test\gie\more_builtins.gie - gie.exe ..\test\gie\GDA.gie deploy: off |
