aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-10-04 18:48:23 +0800
committerchriseth <chris@ethereum.org>2017-10-04 18:48:23 +0800
commitfefdfc0711e1637df91ef0ec813af0c30ad53af6 (patch)
tree1b6f59224b64cf861759e153b4a306feed5c3487
parent3be37d15e0ac51ca57fd2749609ed7c6dcdc8b07 (diff)
downloaddexon-solidity-fefdfc0711e1637df91ef0ec813af0c30ad53af6.tar
dexon-solidity-fefdfc0711e1637df91ef0ec813af0c30ad53af6.tar.gz
dexon-solidity-fefdfc0711e1637df91ef0ec813af0c30ad53af6.tar.bz2
dexon-solidity-fefdfc0711e1637df91ef0ec813af0c30ad53af6.tar.lz
dexon-solidity-fefdfc0711e1637df91ef0ec813af0c30ad53af6.tar.xz
dexon-solidity-fefdfc0711e1637df91ef0ec813af0c30ad53af6.tar.zst
dexon-solidity-fefdfc0711e1637df91ef0ec813af0c30ad53af6.zip
Disable SMT tests on windows.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3d4d65bb..b50681b9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -71,7 +71,7 @@ build_script:
test_script:
- cd %APPVEYOR_BUILD_FOLDER%
- cd %APPVEYOR_BUILD_FOLDER%\build\test\%CONFIGURATION%
- - soltest.exe --show-progress -- --no-ipc
+ - soltest.exe --show-progress -- --no-ipc --no-smt
artifacts:
- path: solidity-windows.zip