aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorThomas Knudsen <busstoptaktik@users.noreply.github.com>2017-12-18 12:35:06 +0100
committerGitHub <noreply@github.com>2017-12-18 12:35:06 +0100
commite073e13b4d7c830d1e7144c22a1ab1c225f47a39 (patch)
treece97ab2cd8d2da710ec42fa16dbfe6665330b647 /appveyor.yml
parent95f8e749e712218ca49e4025fe6ab59ddf991c60 (diff)
downloadPROJ-e073e13b4d7c830d1e7144c22a1ab1c225f47a39.tar.gz
PROJ-e073e13b4d7c830d1e7144c22a1ab1c225f47a39.zip
Enable wildcard globbing for MSVC builds (#714)
* Enable wildcard globbing for MSVC builds * Use globbing to run all gie tests * Despite merge title: Also use wildcards on gie tests when using GNU compilers
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 92740d7e..292d896d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -60,12 +60,7 @@ test_script:
- dir
- echo "Contents of ..\test\gie:"
- dir ..\test\gie
- - gie.exe ..\test\gie\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
+ - gie.exe ..\test\gie\*.gie
deploy: off