We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7575f85 commit b098ad4Copy full SHA for b098ad4
.azure-pipelines/azure-pipelines-linux-gcc.yml
@@ -23,13 +23,13 @@ jobs:
23
steps:
24
25
- script: |
26
- if [[ $(gcc_version) == '4.9' || $(gcc_version) == '6' ]]; then
+ if [[ $(gcc_version) == '4.9' || $(gcc_version) == '6' || $(gcc_version) == '7' || $(gcc_version) == '8' ]]; then
27
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
28
sudo apt-get update
29
sudo apt-get --no-install-suggests --no-install-recommends install g++-$(gcc_version)
30
fi
31
displayName: Install build toolchain
32
-
+
33
- bash: echo "##vso[task.prependpath]$CONDA/bin"
34
displayName: Add conda to PATH
35
0 commit comments