Fix file name.
This commit is contained in:
parent
db67a484b9
commit
cce962ff66
|
@ -460,7 +460,7 @@ for:
|
||||||
init:
|
init:
|
||||||
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
|
- find /Applications -maxdepth 1 -type d -name 'Xcode*.app'
|
||||||
- sudo xcode-select -p
|
- sudo xcode-select -p
|
||||||
- sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app
|
- sudo xcode-select -s /Applications/Xcode-$XCODE_VERSION.app
|
||||||
- sudo xcode-select -p
|
- sudo xcode-select -p
|
||||||
- brew update > /dev/null
|
- brew update > /dev/null
|
||||||
- brew install coreutils qbs cmake
|
- brew install coreutils qbs cmake
|
||||||
|
@ -503,7 +503,7 @@ for:
|
||||||
init:
|
init:
|
||||||
- find /Applications -maxdepth 1 -type d -name 'Xcode*.ap
|
- find /Applications -maxdepth 1 -type d -name 'Xcode*.ap
|
||||||
- sudo xcode-select -p
|
- sudo xcode-select -p
|
||||||
- sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app
|
- sudo xcode-select -s /Applications/Xcode-$XCODE_VERSION.app
|
||||||
- sudo xcode-select -p
|
- sudo xcode-select -p
|
||||||
- clang --version
|
- clang --version
|
||||||
- ${QT}/qmake --version
|
- ${QT}/qmake --version
|
||||||
|
|
Loading…
Reference in New Issue
Block a user