mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
gitlab-ci: Fix makefile job.
Forgot to restore creation of the debug output tree.
This commit is contained in:
@@ -42,6 +42,8 @@ makefile:
|
|||||||
# The makefile doesn't create the `objs` tree it expects to use.
|
# The makefile doesn't create the `objs` tree it expects to use.
|
||||||
- mkdir -p objs/release/lib
|
- mkdir -p objs/release/lib
|
||||||
- mkdir -p objs/release/bin
|
- mkdir -p objs/release/bin
|
||||||
|
- mkdir -p objs/debug/lib
|
||||||
|
- mkdir -p objs/debug/bin
|
||||||
- chown -R flac objs
|
- chown -R flac objs
|
||||||
- su -c 'make -f Makefile.lite' flac
|
- su -c 'make -f Makefile.lite' flac
|
||||||
- su -c 'make -f Makefile.lite test' flac
|
- su -c 'make -f Makefile.lite test' flac
|
||||||
|
|||||||
Reference in New Issue
Block a user