Add gcc -m32 to path in Azure
This commit is contained in:
parent
42e05af698
commit
9976ac70bf
|
@ -139,6 +139,9 @@ steps:
|
||||||
EOF
|
EOF
|
||||||
chmod 755 bin/gcc
|
chmod 755 bin/gcc
|
||||||
chmod 755 bin/g++
|
chmod 755 bin/g++
|
||||||
|
|
||||||
|
# Add to path
|
||||||
|
echo '##vso[task.prependpath]$(System.DefaultWorkingDirectory)/bin'
|
||||||
displayName: 'Install dependencies (i386 Linux)'
|
displayName: 'Install dependencies (i386 Linux)'
|
||||||
condition: and(eq(variables['Agent.OS'], 'Linux'), eq(variables['CPU'], 'i686'))
|
condition: and(eq(variables['Agent.OS'], 'Linux'), eq(variables['CPU'], 'i686'))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue