summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2021-06-22 21:25:42 -0700
committerRalph Giles <giles@thaumas.net>2021-06-22 21:25:42 -0700
commit944793f89e95e060f4d8c5eff10db582e01193db (patch)
treedf396d2505e84e2f963d579078bac00ab93d1f5e
parentbf9bc9df7af1404f429992e147e710413edc1048 (diff)
downloadflac-gitlab-ci-squash.tar.gz
gitlab-ci: Fix makefile job.gitlab-ci-squash
Forgot to restore creation of the debug output tree.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fef8b921..f896568d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,6 +42,8 @@ makefile:
# The makefile doesn't create the `objs` tree it expects to use.
- mkdir -p objs/release/lib
- mkdir -p objs/release/bin
+ - mkdir -p objs/debug/lib
+ - mkdir -p objs/debug/bin
- chown -R flac objs
- su -c 'make -f Makefile.lite' flac
- su -c 'make -f Makefile.lite test' flac