Skip to content

Commit 2f1fafa

Browse files
committed
Other artifacts.
1 parent 1f95e80 commit 2f1fafa

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.circleci/config.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -547,11 +547,7 @@ jobs:
547547
name: "Packaging"
548548
command: .\scripts\create_package_windows.ps1
549549
- 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
555551

556552
b_win_release:
557553
<<: *b_win

scripts/ci/build_windows.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if ("$Env:FORCE_RELEASE" -eq "ON") {
3737
mkdir build
3838

3939
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
4141
cd ..
4242

4343
cmake --build build/ --parallel 5

0 commit comments

Comments
 (0)