1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-22 12:39:59 +00:00

Maybe make -f flag work

Why can't -f just do what the manual says? Why do we even have a pre-existing build directory sometimes? We don't cache it, and artifacts are only supposed to be accessible within the same pipeline.
This commit is contained in:
AnyOldName3 2021-04-16 00:19:53 +00:00
parent 6bbcee8f1f
commit 65e7857606

View File

@ -129,7 +129,7 @@ Debian_Clang_tests:
paths: paths:
- ccache/ - ccache/
script: script:
- rm -fr build/* # remove anything in the build directory - rm -fr build # remove the build directory
- export CCACHE_BASEDIR="$(pwd)" - export CCACHE_BASEDIR="$(pwd)"
- export CCACHE_DIR="$(pwd)/ccache" - export CCACHE_DIR="$(pwd)/ccache"
- mkdir -pv "${CCACHE_DIR}" - mkdir -pv "${CCACHE_DIR}"