25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
215 B

  1. # Windows build and test of lager
  2. cache:
  3. - C:\ProgramData\chocolatey\bin -> appveyor.yml
  4. - C:\ProgramData\chocolatey\lib -> appveyor.yml
  5. install:
  6. - cinst rebar3
  7. test_script:
  8. - rebar3 eunit
  9. deploy: false