-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pr1827: (GH-1020) Direct platform only for windows tests (GH-1020) WindowsOnly tests by platform, not ignore (GH-1020) Docker add ChocolateyInstall Env Var (GH-1020) Docker use code_drop instead of build_output (doc) Update mono installation instructions in README (GH-1020) Dockerfile and Travis to Mono 5.20.1 (GH-1020) Add mono-4.5 configuration
- Loading branch information
Showing
12 changed files
with
355 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM mono:3.12.1 | ||
FROM mono:5.20.1.19 | ||
|
||
MAINTAINER Justin Phelps <[email protected]> | ||
|
||
|
@@ -10,8 +10,10 @@ RUN chmod +x zip.sh | |
RUN ./build.sh | ||
|
||
WORKDIR /usr/local/bin | ||
RUN ln -s /usr/local/src/choco/build_output/chocolatey | ||
RUN ln -s /usr/local/src/choco/code_drop/chocolatey | ||
|
||
COPY docker/choco_wrapper /usr/local/bin/choco | ||
|
||
ENV ChocolateyInstall /usr/local/bin/chocolatey | ||
|
||
WORKDIR /root |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#!/bin/bash | ||
|
||
mono /usr/local/bin/chocolatey/choco.exe "$@" --allow-unofficial | ||
mono /usr/local/bin/chocolatey/console/choco.exe "$@" --allow-unofficial |
Oops, something went wrong.