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.
2 parents 252fd00 + 012e161 commit 2267904Copy full SHA for 2267904
.azure-pipelines/azure-pipelines-linux-gcc.yml
@@ -30,7 +30,7 @@ jobs:
30
steps:
31
32
- script: |
33
- if [[ $(gcc_version) == '4.9' || $(gcc_version) == '6' ]]; then
+ if [[ $(gcc_version) == '4.9' || $(gcc_version) == '6' || $(gcc_version) == '7' || $(gcc_version) == '8' ]]; then
34
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
35
sudo apt-get update
36
sudo apt-get --no-install-suggests --no-install-recommends install g++-$(gcc_version)
0 commit comments