Commit 2f1fafa 1 parent 1f95e80 commit 2f1fafa Copy full SHA for 2f1fafa
File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -547,11 +547,7 @@ jobs:
547
547
name : " Packaging"
548
548
command : .\scripts\create_package_windows.ps1
549
549
- store_artifacts : *artifact_solc_windows
550
- - persist_to_workspace : &artifacts_executables_windows
551
- root : build
552
- paths :
553
- - solc/Release/solc.exe
554
- - test/Release/soltest.exe
550
+ - persist_to_workspace : *artifacts_build_dir
555
551
556
552
b_win_release :
557
553
<< : *b_win
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ if ("$Env:FORCE_RELEASE" -eq "ON") {
37
37
mkdir build
38
38
39
39
cd build
40
- cmake .. - G " Visual Studio 16 2019" - DTESTS= ON - DBOOST_ROOT= C:/ Libraries/ boost_1_73_0
40
+ cmake .. - G " Visual Studio 16 2019" - DCMAKE_BUILD_TYPE = Release - DTESTS= ON - DBOOST_ROOT= C:/ Libraries/ boost_1_73_0
41
41
cd ..
42
42
43
43
cmake -- build build/ -- parallel 5
You can’t perform that action at this time.
0 commit comments