Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

25 lignes
524 B

il y a 10 ans
il y a 10 ans
il y a 10 ans
  1. sudo: false
  2. language: erlang
  3. install: 'true'
  4. otp_release:
  5. - 19.0
  6. - 18.0
  7. - 17.5
  8. - R16B03-1
  9. - R15B03
  10. before_script: "./bootstrap"
  11. script: "./rebar3 ct"
  12. branches:
  13. only:
  14. - master
  15. cache:
  16. directories:
  17. - "$HOME/.cache/rebar3/hex/default"
  18. deploy:
  19. provider: releases
  20. api_key:
  21. secure: MjloYuaQF3cd3Oab57zqwPDLPqt5MDgBIrRLpXOQwNovr2tnkKd4aJK3QJ3pTxvZievjgl+qIYI1IZyjuRV37nkjAfMw14iig959wi0k8XTJoMdylVxE5X7hk4SiWhX/ycnJx3C28PPw1OitGTF76HAJDMgEelNdoNt+hvjvDEo=
  22. file: rebar3
  23. on:
  24. repo: erlang/rebar3
  25. tags: true