diff options
author | chriseth <chris@ethereum.org> | 2017-10-04 18:48:23 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-10-04 18:48:23 +0800 |
commit | fefdfc0711e1637df91ef0ec813af0c30ad53af6 (patch) | |
tree | 1b6f59224b64cf861759e153b4a306feed5c3487 /appveyor.yml | |
parent | 3be37d15e0ac51ca57fd2749609ed7c6dcdc8b07 (diff) | |
download | dexon-solidity-fefdfc0711e1637df91ef0ec813af0c30ad53af6.tar.gz dexon-solidity-fefdfc0711e1637df91ef0ec813af0c30ad53af6.tar.zst dexon-solidity-fefdfc0711e1637df91ef0ec813af0c30ad53af6.zip |
Disable SMT tests on windows.
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
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 |