Make command more readable.
This commit is contained in:
parent
27a88191b5
commit
5b892d42f3
@ -88,7 +88,13 @@
|
|||||||
when: ansible_distribution == "Pop!_OS"
|
when: ansible_distribution == "Pop!_OS"
|
||||||
|
|
||||||
- name: Ethminer | cmake Flags
|
- name: Ethminer | cmake Flags
|
||||||
shell: "cmake .. -DETHASHCL={{ opencl_flag }} -DETHASHCUDA={{ cuda_flag }} -DAPICORE=ON -DBINKERN=ON -DETHDBUS={{ dbus_flag }} -DUSE_SYS_OPENCL={{ sys_opencl_flag }} -DEVBUILD=ON"
|
shell: "cmake .. -DETHASHCL={{ opencl_flag }} \
|
||||||
|
-DETHASHCUDA={{ cuda_flag }} \
|
||||||
|
-DAPICORE=ON \
|
||||||
|
-DBINKERN=ON \
|
||||||
|
-DETHDBUS={{ dbus_flag }} \
|
||||||
|
-DUSE_SYS_OPENCL={{ sys_opencl_flag }} \
|
||||||
|
-DEVBUILD=ON"
|
||||||
args:
|
args:
|
||||||
chdir: /root/Downloads/ethminer/build
|
chdir: /root/Downloads/ethminer/build
|
||||||
when: ethminer_install.failed
|
when: ethminer_install.failed
|
||||||
|
Loading…
x
Reference in New Issue
Block a user