Files
Aurelien Vaillant 81f789cc30 Update all CI config
2022-02-23 17:35:11 +01:00

3 lines
266 B
Bash

#!/bin/bash
/opt/blender/blender --background --python-exit-code 1 --python "$FOLDER_TEST/tests/utils/blender_addon.py" > /dev/null 2>&1 || exit 1
/opt/blender/blender --background -noaudio --disable-autoexec --python-exit-code 1 --python "$1" -- --verbose || exit 1