Mercurial > games > semicongine
comparison config.nims @ 505:dec40cc6df6f
fix: typo
author | Sam <sam@basx.dev> |
---|---|
date | Wed, 18 Jan 2023 14:44:38 +0700 |
parents | f83f59d6f889 |
children | 9e81f06a5c57 |
comparison
equal
deleted
inserted
replaced
504:f83f59d6f889 | 505:dec40cc6df6f |
---|---|
100 | 100 |
101 task clean, "remove all build files": | 101 task clean, "remove all build files": |
102 exec(&"rm -rf {BUILDBASE}") | 102 exec(&"rm -rf {BUILDBASE}") |
103 | 103 |
104 task publish, "publish all build": | 104 task publish, "publish all build": |
105 exec("rsync -rv build/ basx.dev:/var/www/public.basx.dev/semcongine") | 105 exec("rsync -rv build/ basx.dev:/var/www/public.basx.dev/semicongine") |
106 | 106 |
107 task glslangValidator, "Download glslangValidator (required for linux compilation)": | 107 task glslangValidator, "Download glslangValidator (required for linux compilation)": |
108 let dirname="/tmp/glslang_download" | 108 let dirname="/tmp/glslang_download" |
109 exec &"mkdir -p {dirname}" | 109 exec &"mkdir -p {dirname}" |
110 exec &"cd {dirname} && wget https://github.com/KhronosGroup/glslang/releases/download/master-tot/glslang-master-linux-Release.zip" | 110 exec &"cd {dirname} && wget https://github.com/KhronosGroup/glslang/releases/download/master-tot/glslang-master-linux-Release.zip" |