Fix the source path in build
This commit is contained in:
parent
4f07b14e76
commit
efe63eaf3e
@ -21,7 +21,7 @@ steps:
|
||||
libfreetype6-dev libfftw3-dev \
|
||||
libasound2-dev libjack-dev
|
||||
- |
|
||||
cmake -B build -S /src \
|
||||
cmake -B build -S ./ \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
|
||||
- cmake --build build
|
||||
|
Loading…
Reference in New Issue
Block a user