freebsd.yml 698 B

12345678910111213141516171819202122232425262728293031323334
  1. ## DO NO EDIT DIRECTLY! auto-generated by `nim r tools/ci_generate.nim`
  2. # see https://man.sr.ht/builds.sr.ht/compatibility.md#freebsd
  3. image: freebsd/latest
  4. packages:
  5. - databases/sqlite3
  6. - devel/boehm-gc-threaded
  7. - devel/pcre
  8. - devel/sdl20
  9. - devel/sfml
  10. - www/node
  11. - devel/gmake
  12. sources:
  13. - https://github.com/nim-lang/Nim
  14. environment:
  15. NIM_TESTAMENT_BATCH: "0_1"
  16. CC: /usr/bin/clang
  17. tasks:
  18. - setup: |
  19. set -e
  20. cd Nim
  21. . ci/funs.sh && nimBuildCsourcesIfNeeded
  22. echo 'export PATH=$HOME/Nim/bin:$PATH' >> $HOME/.buildenv
  23. - test: |
  24. set -e
  25. cd Nim
  26. . ci/funs.sh && nimInternalBuildKochAndRunCI
  27. triggers:
  28. - action: email
  29. condition: failure
  30. to: Andreas Rumpf <rumpf_a@web.de>