gitlab-ci: Fix makefile job.

Forgot to restore creation of the debug output tree.
This commit is contained in:
Ralph Giles
2021-06-22 21:25:42 -07:00
parent bf9bc9df7a
commit 944793f89e

View File

@@ -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