File tree Expand file tree Collapse file tree 3 files changed +1
-22
lines changed
Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -11,26 +11,6 @@ function BuildProject {
1111 $env: OPENSSL_DIR = " $env: VCPKG_INSTALLATION_ROOT \packages\openssl_x64-windows-static"
1212 Get-ChildItem - Recurse $env: OPENSSL_DIR
1313
14- # Build `cosmian`
15- Get-ChildItem crate\cli
16- if ($BuildType -eq " release" ) {
17- cargo build -- release -- target x86_64- pc- windows- msvc
18- }
19- else {
20- cargo build -- target x86_64- pc- windows- msvc
21- }
22- Get-ChildItem ..\..
23-
24- # Build `cosmian_gui`
25- Get-ChildItem crate\gui
26- if ($BuildType -eq " release" ) {
27- cargo build -- release -- target x86_64- pc- windows- msvc
28- }
29- else {
30- cargo build -- target x86_64- pc- windows- msvc
31- }
32- Get-ChildItem ..\..
33-
3414 # Build at root
3515 if ($BuildType -eq " release" ) {
3616 cargo build -- release -- target x86_64- pc- windows- msvc
Original file line number Diff line number Diff line change 8383 run : |
8484 set -x
8585
86- yum -y install glib2-devel gtk3-devel
86+ yum -y install glib2-devel gtk3
8787 yum -y install python-devel
8888 yum -y install wget
8989 yum -y install perl-IPC-Cmd perl-Digest-SHA1 perl-CPAN perl-devel
Original file line number Diff line number Diff line change 11[workspace ]
2- default-members = [" crate/cli" ]
32members = [" crate/cli" , " crate/gui" , " crate/config" ]
43
54# Do that if you don't want to enable `dev` feature by default due to the `dev-dependencies` of the cli.
You can’t perform that action at this time.
0 commit comments