diff options
author | Michel Dänzer <[email protected]> | 2019-07-26 12:20:41 +0200 |
---|---|---|
committer | Michel Dänzer <[email protected]> | 2019-07-30 16:18:50 +0200 |
commit | 5229f27f06db482d38846f0bff191a7c44b5368b (patch) | |
tree | 8bf5f64311f8c6265d8aff33918bb899dff77189 /.gitlab-ci.yml | |
parent | 4d2890e8f769624882e8e19528761150369c0794 (diff) |
gitlab-ci: Fix scons build directory path
Fixes: dd3d0b2897b8 "gitlab-ci: Only keep the build logs as artifacts."
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to '.gitlab-ci.yml')
-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 792bbfb13f7..61248b69163 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,7 +65,7 @@ debian: paths: - _build/meson-logs/*.txt # scons: - - _build/*/config.log + - build/*/config.log - shader-db variables: CCACHE_COMPILERCHECK: "content" |