summaryrefslogtreecommitdiffstats
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorpsychocrypt <psychocrypt@users.noreply.github.com>2017-11-20 20:58:10 +0100
committerpsychocrypt <psychocrypt@users.noreply.github.com>2017-11-20 20:58:10 +0100
commit463ec3c10647c7962f7dcfdff94c4a80672d8bca (patch)
tree52c01571e8e775791e14731c81871b0924c2bcab /.appveyor.yml
parent79154f76defa627255891888f4dd62453194fc2c (diff)
downloadxmr-stak-463ec3c10647c7962f7dcfdff94c4a80672d8bca.zip
xmr-stak-463ec3c10647c7962f7dcfdff94c4a80672d8bca.tar.gz
fix appvoyer
Remove the execution of the binary at the end of the CI test. This is only currently a temporary solution.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 7989cb6..efa65bf 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -29,4 +29,4 @@ test_script:
- cd c:\xmr-stak\build\bin\Release
- dir
- copy C:\xmr-stak-dep\openssl\bin\* .
- - xmr-stak.exe --help
+# - xmr-stak.exe --help
OpenPOWER on IntegriCloud