summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml8
1 files changed, 7 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 270075fc9c1..29ffb9639f3 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -100,8 +100,14 @@ jobs:
timeoutInMinutes: 90
pool:
vmImage: ubuntu-16.04
+ variables:
+ CC: gcc-8
+ CXX: g++-8
steps:
- - script: sudo apt-get --yes update && sudo apt-get --yes install libxerces-c-dev libssl-dev
+ - script: |
+ sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
+ sudo apt-get --yes update
+ sudo apt-get --yes install libxerces-c-dev libssl-dev g++-8
displayName: install system package dependencies
- powershell: |
'#include "ace/config-linux.h"' > $(ACE_ROOT)/ace/config.h