
Installs nim toolchains using choosenim (similar to rustup), installs dependencies and builds nim projects using the package manager nimble. See: https://nim-lang.org/ https://github.com/nim-lang/nimble https://github.com/dom96/choosenim Change-Id: I95e7e02eb975200aed7680880b945261888de5ca
7 lines
175 B
YAML
7 lines
175 B
YAML
- name: Run nimble
|
|
command: "nimble {{ nimble_command }} --accept"
|
|
args:
|
|
chdir: "{{ zuul_work_dir }}"
|
|
environment:
|
|
PATH: "{{ nim_path }}:{{ ansible_env.PATH }}"
|