forked from Green-Sky/tomato
Green Sky
5c7231b7a3
git-subtree-dir: external/entt/entt git-subtree-split: fef921132cae7588213d0f9bcd2fb9c8ffd8b7fc
8 lines
61 B
Bash
8 lines
61 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
conan user
|
|
python conan/build.py
|