You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 line
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