Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit 20ffcbb

Browse files
committed
Update config.yml
1 parent e98cf0d commit 20ffcbb

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.py develop
76+
python3 setup.py install
6877
6978
- run:
7079
name: check installation

0 commit comments

Comments
 (0)