File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,13 @@ docker-build:
88 - mkdir build
99 - cd build
1010 - cmake -DCMAKE_BUILD_TYPE=MinSizeRel -DCMAKE_TOOLCHAIN_FILE=../toolchain/Linux-mingw64.cmake ..
11- - cmake --build .
12- - cmake --install .
11+ - cmake --build --target bofs_x64 .
12+ - cmake --build --target bofs_x86 .
13+ - cd bofs
14+ - make install
15+ - cd ..
16+ - cmake --build --target bofnet_managed
17+ - cmake --install .
1318 artifacts :
1419 paths :
1520 - build/dist
Original file line number Diff line number Diff line change 6464 </ItemGroup >
6565
6666 <ItemGroup >
67- <Content Include =" ../../build/dist/net20/ *.cna" >
67+ <Content Include =" ../../*.cna" >
6868 <PackagePath >lib/$(TargetFramework)</PackagePath >
6969 <IncludeInPackage >true</IncludeInPackage >
7070 <CopyToOutput >true</CopyToOutput >
You can’t perform that action at this time.
0 commit comments