mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
6 lines
187 B
Bash
6 lines
187 B
Bash
|
#!/bin/bash
|
||
|
# exports default env variables in CI
|
||
|
export DISABLE_GIT_LFS_CHECK=true
|
||
|
export VELOREN_ASSETS="assets"
|
||
|
export RUSTFLAGS="-D warnings"
|
||
|
export SHADERC_LIB_DIR=/shaderc/combined/
|