Skip to content

Commit 774cd38

Browse files
author
Thomas Kiley
committed
Install dependencies required for some tests
1 parent 733f93f commit 774cd38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildspec-linux-cmake-gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ phases:
1212
commands:
1313
- sed -i 's#/archive.ubuntu.com#/us-east-1.ec2.archive.ubuntu.com#g' /etc/apt/sources.list
1414
- apt-get update -y
15-
- apt-get install -y flex bison make git libwww-perl patch ccache libc6-dev-i386 jq cmake
15+
- apt-get install -y flex bison make git libwww-perl patch ccache libc6-dev-i386 jq cmake libxml2-utils
1616
build:
1717
commands:
1818
- echo Build started on `date`

buildspec-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ phases:
99
install:
1010
commands:
1111
- choco install cyg-get -y --no-progress
12-
- cyg-get bash patch bison flex make wget perl jq
12+
- cyg-get bash patch bison flex make wget perl jq python3
1313
- nuget install clcache -OutputDirectory "c:\tools" -ExcludeVersion -Version 4.1.0
1414

1515
build:

0 commit comments

Comments
 (0)