您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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