Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 22, 2023. It is now read-only.
/pythonnetPublic archive
forked frompythonnet/pythonnet

Commit20ffcbb

Browse files
committed
Update config.yml
1 parente98cf0d commit20ffcbb

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

‎.circleci/config.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,16 @@ jobs:
3535
sudo apt-get install aspnetcore-runtime-5.0
3636
sudo apt-get install dotnet-runtime-5.0
3737
38+
-run:
39+
name:install dotnet
40+
command:|
41+
sudo apt install gnupg ca-certificates
42+
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D3D831EF
43+
echo "deb https://download.mono-project.com/repo/debian stable-xenial main" | sudo tee /etc/apt/sources.list.d/mono-stable.list
44+
sudo apt update
45+
sudo apt install mono-complete mono-devel
46+
mono --version
47+
3848
-run:
3949
name:dotnet info
4050
command:|
@@ -62,9 +72,8 @@ jobs:
6272
command:|
6373
. venv/bin/activate
6474
export DOTNET_CLI_TELEMETRY_OPTOUT=1
65-
python3 setup.py build_dotnet
6675
python3 setup.py bdist_wheel
67-
python3 setup.pydevelop
76+
python3 setup.pyinstall
6877
6978
-run:
7079
name:check installation

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp