Fix the source path in build

This commit is contained in:
Nikolai Rodionov 2023-08-19 12:56:01 +02:00
parent 4f07b14e76
commit efe63eaf3e
No known key found for this signature in database
GPG Key ID: 19DB54039EBF8F10

View File

@ -21,7 +21,7 @@ steps:
libfreetype6-dev libfftw3-dev \ libfreetype6-dev libfftw3-dev \
libasound2-dev libjack-dev libasound2-dev libjack-dev
- | - |
cmake -B build -S /src \ cmake -B build -S ./ \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr -Wno-dev -DCMAKE_INSTALL_PREFIX=/usr -Wno-dev
- cmake --build build - cmake --build build