diff options
author | Albert Astals Cid <aacid@kde.org> | 2025-01-08 12:08:28 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2025-01-08 12:08:28 +0100 |
commit | 084a250912e7b3da2946c1f6a27ba9e3c31a88e5 (patch) | |
tree | 3efe8b7d426d2944a1108fcf0293585846827fb4 | |
parent | e3773a71fc7dd6d0e8428989ab7fb8578e53e64b (diff) |
CI: Remove unneeded path
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3e405e3..38efd644 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,7 +78,7 @@ build_ubuntu_22_04: script: - git clone --branch ${CI_COMMIT_REF_NAME} --depth 1 ${TEST_DATA_URL} test-data || git clone --depth 1 ${UPSTREAM_TEST_DATA_URL} test-data - mkdir -p build && cd build - - cmake -G Ninja -DENABLE_GPGME=OFF -DTESTDATADIR=$PWD/../test-data -DCMAKE_PREFIX_PATH=$PWD/../6.2.0/gcc_64/lib/cmake .. + - cmake -G Ninja -DENABLE_GPGME=OFF -DTESTDATADIR=$PWD/../test-data .. - ninja - ctest --output-on-failure |