7 lines
No EOL
213 B
Bash
7 lines
No EOL
213 B
Bash
#!\bin\bash
|
|
|
|
# needed, because coverity build command must be single call from workflow
|
|
|
|
module load cmake/3.25.3 &&
|
|
export NAS_LINUX=$STORAGE_PATH/packages/apps
|
|
cmake --build build --config Release --target build |