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 Jun 9, 2020. It is now read-only.

Commita38a8e3

Browse files
denfromufavmuriart
denfromufa
authored andcommitted
Create .travis.yml (#3)
* Create .travis.yml* Update .travis.yml* Update Dockerfile-python2.7-mono4.8.0-pythonnet2.3.0* Update Dockerfile-python3.5-mono4.8.0-pythonnet2.3.0
1 parentf3033f0 commita38a8e3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

‎.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
sudo:required
2+
3+
services:
4+
-docker
5+
6+
before_install:
7+
docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
8+
9+
script:
10+
./build_and_deploy.sh

‎Dockerfile-python2.7-mono4.8.0-pythonnet2.3.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update \
88
&& echo "deb http://download.mono-project.com/repo/debian wheezy-apache24-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list \
99
&& echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list \
1010
&& apt-get update \
11-
&& apt-get install -y mono-complete=4.8.0.495-0xamarin1 \
11+
&& apt-get install -y mono-complete=4.8.0.520-0xamarin3 \
1212
&& rm -rf /var/lib/apt/lists/* /tmp/*
1313

1414
RUN pip install pythonnet==2.3.0

‎Dockerfile-python3.5-mono4.8.0-pythonnet2.3.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update \
99
&& echo "deb http://download.mono-project.com/repo/debian wheezy-libjpeg62-compat main" >> /etc/apt/sources.list.d/mono-xamarin.list \
1010
&& apt-get update \
1111
&& apt-get install -y clang \
12-
&& apt-get install -y mono-complete=4.8.0.495-0xamarin1 \
12+
&& apt-get install -y mono-complete=4.8.0.520-0xamarin3 \
1313
&& rm -rf /var/lib/apt/lists/* /tmp/*
1414

1515
RUN pip install pycparser==2.17 && pip install pythonnet==2.3.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp