Skip to content

Commit a006750

Browse files
committed
fixup! Add a build definition for Azure DevOps
Install all of the dependencies that are installed on Travis CI, too. (To be tested.) Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 41c198b commit a006750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ phases:
4646
test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1
4747
4848
sudo apt-get update &&
49-
sudo apt-get -y install git gcc make libssl-dev libcurl4-openssl-dev libexpat-dev tcl tk gettext git-email zlib1g-dev apache2-bin || exit 1
49+
sudo apt-get -y install git gcc make libssl-dev libcurl4-openssl-dev libexpat-dev tcl tk gettext git-email zlib1g-dev apache2 language-pack-is git-svn gcc-8 || exit 1
5050
5151
ci/install-dependencies.sh || exit 1
5252
ci/run-build-and-tests.sh || {

0 commit comments

Comments
 (0)