Edit .onedev-buildspec.yml

This commit is contained in:
2025-05-18 01:29:02 +00:00
parent 15a2180fda
commit 87784e1279

View File

@ -1,4 +1,4 @@
version: 38 version: 39
jobs: jobs:
- name: Build for x86_64 - name: Build for x86_64
steps: steps:
@ -16,7 +16,7 @@ jobs:
commands: | commands: |
mkdir build mkdir build
cd build cd build
cmake -S .. -B . cmake -S .. -B . -DCROSSLANG_FETCHCONTENT=OFF
make -j12 make -j12
make install DESTDIR=../out make install DESTDIR=../out
useTTY: true useTTY: true