Edit

kc3-lang/libevent/appveyor.yml

Branch :

  • Show log

    Commit

  • Author : Joakim Söderberg
    Date : 2015-02-05 20:21:04
    Hash : 26164a56
    Message : Forgot to install OpenSSL for appveyor

  • appveyor.yml
  • install:
      - appveyor DownloadFile http://slproweb.com/download/Win32OpenSSL-1_0_1L.exe
      - Win32OpenSSL-1_0_1L.exe /silent /verysilent /sp- /suppressmsgboxes
    build_script:
      - md build
      - cd build
      - cmake ..
      - cmake --build .
      - ctest --output-on-failure
    cache:
      - C:\OpenSSL-Win32