forked from Green-Sky/tomato
8 lines
61 B
Bash
8 lines
61 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
set -x
|
||
|
|
||
|
conan user
|
||
|
python conan/build.py
|