選択できるのは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