Fix docker

This commit is contained in:
2025-01-14 23:12:16 -06:00
parent 9e7e1ad52b
commit ea3e01bdb2
2 changed files with 7 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
cd build
cmake -S .. -B .
make -j12
make install DESTDIR=out
make install DESTDIR=../out
useTTY: true
condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL
- !BuildImageStep
@ -38,6 +38,11 @@ jobs:
- !BranchUpdateTrigger
branches: master
projects: crosslang
projectDependencies:
- projectPath: tesses-framework
buildProvider: !LastFinishedBuild
jobName: Build for x86_64
artifacts: '*'
retryCondition: never
maxRetries: 3
retryDelay: 30

View File

@ -1,2 +1,2 @@
FROM onedev.site.tesses.net/tesses-framework/tesses-framework:latest
COPY build/out /
COPY out /